diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index 92cfb82e1..2e9db2e00 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -95,7 +95,6 @@ COPY --link conf.d/app.prod.ini $PHP_INI_DIR/conf.d/ # prevent the reinstallation of vendors at every changes in the source code COPY --from=api_src --link composer.* symfony.* patches ./ COPY --from=api_src --link patches ./patches -COPY --from=api_src --link packages ./packages RUN set -eux; \ composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress