Skip to content

Commit c171e0d

Browse files
committed
Replace drush install with drush launcher.
1 parent 7039b5a commit c171e0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,8 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
263263
&& curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
264264
&& chmod +x wp-cli.phar \
265265
&& mv wp-cli.phar /usr/local/bin/wp \
266-
# Get Drush
267-
&& wget http://files.drush.org/drush.phar \
268-
&& php drush.phar core-status \
266+
# Get Drush launcher
267+
&& wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.5.1/drush.phar \
269268
&& chmod +x drush.phar \
270269
&& mv drush.phar /usr/local/bin/drush \
271270
# Get Terminus

0 commit comments

Comments
 (0)