We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4354f50 commit a6ed958Copy full SHA for a6ed958
Dockerfile.alpine
@@ -73,7 +73,7 @@ RUN mkdir -p /var/www/.composer && chown apache /var/www/.composer
73
74
# Install dependencies
75
USER apache
76
-RUN COMPOSER_CACHE_DIR=/dev/null composer install --no-dev --working-dir=/var/www/html
+RUN COMPOSER_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html
77
78
USER root
79
0 commit comments