Skip to content

Commit a36ce03

Browse files
committed
keep composer2 on PATH for BC
1 parent d1c3543 commit a36ce03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/Dockerfile.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
# composer
8989
&& curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 \
9090
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
91+
# symlink composer2 for BC
92+
&& ln -s /usr/local/bin/composer /usr/local/bin/composer2 \
9193
&& su-exec kool composer global require hirak/prestissimo \
9294
# cleanup
9395
&& apk del .build-deps \

0 commit comments

Comments
 (0)