Skip to content

Commit 9112c3d

Browse files
committed
drush launcher no longer supported
1 parent 79e1808 commit 9112c3d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ RUN echo 'xdebug.log_level = 0' >> /usr/local/etc/php/conf.d/xdebug.ini
2727
# Only use higher port for Apache, so that port forwarding is more consistent.
2828
RUN sed -i 's/Listen\s*80$/# Listen 80/' /etc/apache2/ports.conf
2929

30-
# Install drush
31-
RUN curl -L https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar --output /usr/local/bin/drush
32-
RUN chmod +x /usr/local/bin/drush
33-
3430
# Install terminus
3531
RUN curl -L https://github.com/pantheon-systems/terminus/releases/latest/download/terminus.phar --output /usr/local/bin/terminus
3632
RUN chmod +x /usr/local/bin/terminus

0 commit comments

Comments
 (0)