We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0b4a9 commit f8c859cCopy full SHA for f8c859c
1 file changed
10/Dockerfile
@@ -5,12 +5,6 @@ RUN apt-get update \
5
&& apt-get install -y git mariadb-client wget nano pv gpg \
6
&& rm -rf /var/lib/apt/lists/*
7
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
-
14
# install Xdebug, from https://xdebug.org/docs/install
15
RUN pecl install xdebug \
16
&& docker-php-ext-enable xdebug
0 commit comments