removed drush launcher
This commit is contained in:
@@ -27,10 +27,10 @@ RUN pecl install xdebug-3.2.1 && \
|
||||
|
||||
RUN export COMPOSER_HOME=/usr/local/composer && \
|
||||
curl -sS https://getcomposer.org/installer \
|
||||
| php -- --install-dir=/usr/local/bin --filename=composer && \
|
||||
curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
|
||||
-L -o /usr/local/bin/drush && \
|
||||
chmod +x /usr/local/bin/drush
|
||||
| php -- --install-dir=/usr/local/bin --filename=composer
|
||||
# curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar \
|
||||
# -L -o /usr/local/bin/drush && \
|
||||
# chmod +x /usr/local/bin/drush
|
||||
|
||||
RUN apt-get install -y rsyslog
|
||||
COPY ./rsyslog-drupal.conf /etc/rsyslog.d/drupal.conf
|
||||
|
Reference in New Issue
Block a user