Skip to content

Commit e29e51e

Browse files
committed
Force Composer to 1
1 parent 90c3eb7 commit e29e51e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Dockerfile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
zip \
6666
&& cp "/usr/local/etc/php/php.ini-{{ $prod ? 'production' : 'development' }}" "/usr/local/etc/php/php.ini" \
6767
# composer
68-
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
68+
&& curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
6969
&& su-exec kool composer global require hirak/prestissimo \
7070
# cleanup
7171
&& apk del .build-deps \

0 commit comments

Comments
 (0)