We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313795f commit 0a7c468Copy full SHA for 0a7c468
1 file changed
master/Dockerfile
@@ -4,9 +4,9 @@ MAINTAINER drupal-docker
4
ADD http://files.drush.org/drush.phar /usr/local/bin/drush
5
6
RUN apt-get update && apt-get install -y mysql-client \
7
- && chmod a+x /usr/local/bin/drush \
8
- && /usr/local/bin/drush core-status -y \
+ && chmod a+x /usr/local/bin/drush; sync \
+ && drush core-status -y \
9
&& drush init -y \
10
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/*
11
12
CMD ["drush", "core-cli"]
0 commit comments