Skip to content

Commit

Permalink
Remove Drush launcher for D10+
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Sep 28, 2023
1 parent 9a0b4a9 commit f8c859c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ RUN apt-get update \
&& apt-get install -y git mariadb-client wget nano pv gpg \
&& rm -rf /var/lib/apt/lists/*

# install drush launcher, from https://github.com/drush-ops/drush-launcher#installation---phar,
RUN composer require drush/drush -n \
&& wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar \
&& chmod +x drush.phar \
&& mv drush.phar /usr/local/bin/drush

# install Xdebug, from https://xdebug.org/docs/install
RUN pecl install xdebug \
&& docker-php-ext-enable xdebug
Expand Down

0 comments on commit f8c859c

Please sign in to comment.