We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409f916 commit 573b8e0Copy full SHA for 573b8e0
1 file changed
workspace/Dockerfile
@@ -329,7 +329,6 @@ ARG DRUSH_VERSION
329
ENV DRUSH_VERSION ${DRUSH_VERSION}
330
331
RUN if [ ${INSTALL_DRUSH} = true ]; then \
332
- apt-get update -yqq && \
333
apt-get -y install mysql-client && \
334
# Install Drush with the phar file.
335
curl -fsSL -o /usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/${DRUSH_VERSION}/drush.phar | bash && \
@@ -346,7 +345,6 @@ USER root
346
345
ARG INSTALL_DRUPAL_CONSOLE=false
347
348
RUN if [ ${INSTALL_DRUPAL_CONSOLE} = true ]; then \
349
350
351
curl https://drupalconsole.com/installer -L -o drupal.phar && \
352
mv drupal.phar /usr/local/bin/drupal && \
0 commit comments