Fix composer install

This commit is contained in:
cytopia
2022-03-31 15:08:04 +02:00
parent f9a5db2cee
commit b9efb7b1c3
7 changed files with 0 additions and 7 deletions

View File

@@ -156,7 +156,6 @@ RUN set -eux \
# -------------------- composer --------------------
&& COMPOSER_1_VERSION="latest-1.x" \
&& COMPOSER_2_VERSION="latest-2.x" \
&& COMPOSER_2_VERSION="" \
\
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \