Advertisement
andrejsstepanovs

composer install version

Nov 10th, 2020 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. curl -sS https://getcomposer.org/installer | php -- --version=1.10.16 --install-dir=/usr/local/bin --filename=composer
  2.  
  3.  
  4. Dockerfile
  5. COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement