We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ffc04 commit 11f7cfeCopy full SHA for 11f7cfe
1 file changed
workspace/Dockerfile
@@ -74,7 +74,7 @@ ADD ./composer.json /root/.composer/composer.json
74
# Check if global install need to be runned
75
ARG COMPOSER_GLOBAL_INSTALL=true
76
ENV COMPOSER_GLOBAL_INSTALL ${COMPOSER_GLOBAL_INSTALL}
77
-RUN if [ ${INSTALL_PRESTISSIMO} = true ]; then \
+RUN if [ ${COMPOSER_GLOBAL_INSTALL} = true ]; then \
78
# run the install
79
composer global install \
80
;fi
0 commit comments