diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index d37bda0..819fc0a 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -102,9 +102,7 @@ WORKDIR /var/www/app # Do not remove this ENV ENV IS_DOCKER true -RUN which composer -RUN composer -v -RUN /usr/local/bin/composer install --no-dev --quiet +RUN /usr/local/bin/composer install --no-dev --no-cache # Override the environment settings from projects .env file ENV APP_ENV production