Skip to content

Commit 7039b5a

Browse files
committed
Remove empty continuation lines
1 parent 68d274c commit 7039b5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)