We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455425b commit 4f05adfCopy full SHA for 4f05adf
Dockerfile
@@ -94,7 +94,7 @@ RUN mkdir /opt/composer \
94
&& php /tmp/composer-setup "--${COMPOSER_VERSION}" --install-dir=/usr/bin --filename=composer \
95
&& rm /tmp/composer-setup \
96
&& composer global config bin-dir /usr/bin \
97
- && composer global require phing/phing hirak/prestissimo \
+ && if [ "$COMPOSER_VERSION" = "1" ];then composer global require phing/phing hirak/prestissimo; fi \
98
&& curl -L https://github.com/nicolas-van/multirun/releases/download/0.3.2/multirun-glibc-0.3.2.tar.gz | tar -xz -C /sbin \
99
&& chmod +x /sbin/multirun \
100
&& mkdir -p /var/www/html \
0 commit comments