File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ WORKSPACE_INSTALL_MONGO=false
8888WORKSPACE_INSTALL_AMQP=false
8989WORKSPACE_INSTALL_MSSQL=false
9090WORKSPACE_INSTALL_DRUSH=false
91- WORKSPACE_DRUSH_VERSION=8.1.16
91+ WORKSPACE_DRUSH_VERSION=8.1.17
9292WORKSPACE_INSTALL_DRUPAL_CONSOLE=false
9393WORKSPACE_INSTALL_AEROSPIKE=false
9494WORKSPACE_INSTALL_V8JS=false
Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ ARG DRUSH_VERSION
329329ENV DRUSH_VERSION ${DRUSH_VERSION}
330330
331331RUN 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
346345ARG INSTALL_DRUPAL_CONSOLE=false
347346
348347RUN 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 && \
You can’t perform that action at this time.
0 commit comments