File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -263,19 +263,16 @@ 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-
267266 # Get Drush
268267 && wget http://files.drush.org/drush.phar \
269268 && php drush.phar core-status \
270269 && chmod +x drush.phar \
271270 && mv drush.phar /usr/local/bin/drush \
272-
273271 # Get Terminus
274272 && mkdir -p /var/www/.composer \
275273 && cd /var/www/.composer \
276274 && curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar \
277275 && php installer.phar install \
278-
279276 # Get Drupal console
280277 && curl https://drupalconsole.com/installer -L -o drupal.phar \
281278 && chmod +x drupal.phar \
You can’t perform that action at this time.
0 commit comments