Skip to content

Commit 2e75c25

Browse files
authored
Merge pull request laradock#1575 from bestlong/cleanup-and-update
Cleanup and update
2 parents 409f916 + beec324 commit 2e75c25

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ WORKSPACE_INSTALL_MONGO=false
8888
WORKSPACE_INSTALL_AMQP=false
8989
WORKSPACE_INSTALL_MSSQL=false
9090
WORKSPACE_INSTALL_DRUSH=false
91-
WORKSPACE_DRUSH_VERSION=8.1.16
91+
WORKSPACE_DRUSH_VERSION=8.1.17
9292
WORKSPACE_INSTALL_DRUPAL_CONSOLE=false
9393
WORKSPACE_INSTALL_AEROSPIKE=false
9494
WORKSPACE_INSTALL_V8JS=false

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)