Skip to content

Commit f8c859c

Browse files
committed
Remove Drush launcher for D10+
1 parent 9a0b4a9 commit f8c859c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

10/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ RUN apt-get update \
55
&& apt-get install -y git mariadb-client wget nano pv gpg \
66
&& rm -rf /var/lib/apt/lists/*
77

8-
# install drush launcher, from https://github.com/drush-ops/drush-launcher#installation---phar,
9-
RUN composer require drush/drush -n \
10-
&& wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar \
11-
&& chmod +x drush.phar \
12-
&& mv drush.phar /usr/local/bin/drush
13-
148
# install Xdebug, from https://xdebug.org/docs/install
159
RUN pecl install xdebug \
1610
&& docker-php-ext-enable xdebug

0 commit comments

Comments
 (0)