We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9050c73 commit 01e3389Copy full SHA for 01e3389
drush6/Dockerfile
@@ -13,6 +13,9 @@ RUN DEBIAN_FRONTEND=noninteractive \
13
# Install Drush using Composer.
14
RUN composer global require drush/drush:"$DRUSH_VERSION" --prefer-dist
15
16
+# Add registry_rebuild module.
17
+RUN /root/.composer/vendor/bin/drush dl registry_rebuild
18
+
19
# Display which version of Drush was installed
20
RUN /root/.composer/vendor/bin/drush --version
21
0 commit comments