Skip to content

Commit

Permalink
Pull latest composer v1 from github (TheSoftwareHouse#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmahoney authored Oct 1, 2020
1 parent 6ce8a45 commit 2246493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
pdo_sqlsrv

# Composer
RUN wget https://getcomposer.org/composer.phar && mv composer.phar /usr/bin/composer && chmod +x /usr/bin/composer
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/master/web/download/1.9.3/composer.phar && mv composer.phar /usr/bin/composer && chmod +x /usr/bin/composer


RUN mkdir /fogger && chmod 777 /fogger
Expand Down

0 comments on commit 2246493

Please sign in to comment.