Skip to content

Commit 573b8e0

Browse files
committed
clean up apt update
1 parent 409f916 commit 573b8e0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

workspace/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ ARG DRUSH_VERSION
329329
ENV DRUSH_VERSION ${DRUSH_VERSION}
330330

331331
RUN if [ ${INSTALL_DRUSH} = true ]; then \
332-
apt-get update -yqq && \
333332
apt-get -y install mysql-client && \
334333
# Install Drush with the phar file.
335334
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
346345
ARG INSTALL_DRUPAL_CONSOLE=false
347346

348347
RUN if [ ${INSTALL_DRUPAL_CONSOLE} = true ]; then \
349-
apt-get update -yqq && \
350348
apt-get -y install mysql-client && \
351349
curl https://drupalconsole.com/installer -L -o drupal.phar && \
352350
mv drupal.phar /usr/local/bin/drupal && \

0 commit comments

Comments
 (0)