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 7039b5a commit c171e0dCopy full SHA for c171e0d
Dockerfile
@@ -263,9 +263,8 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
263
&& curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
264
&& chmod +x wp-cli.phar \
265
&& 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 \
+ # Get Drush launcher
+ && wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.5.1/drush.phar \
269
&& chmod +x drush.phar \
270
&& mv drush.phar /usr/local/bin/drush \
271
# Get Terminus
0 commit comments