From 0b80869bda17a7e5bfc11f66beeab58cad6fa742 Mon Sep 17 00:00:00 2001 From: Gitesh Koli Date: Thu, 13 Oct 2022 09:34:43 -0400 Subject: [PATCH] drush is already installed as a dev dependency drush is already installed as a dev dependency so it is not needed anymore. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cba9f6..a7b87a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,6 @@ COPY code /app/code COPY config /app/default-config RUN php -d memory_limit=-1 /usr/bin/composer install -o --working-dir=/app/code --no-interaction \ - && php -d memory_limit=-1 /usr/bin/composer require drush/drush -o --working-dir=/app/code --no-interaction \ && ln -sf /app/code/vendor/bin/drush /usr/bin/drush COPY container-assets/startup.sh /startup.sh