removed drush launcher

This commit is contained in:
2024-02-23 16:42:47 +01:00
parent d6edefcc2a
commit 8b6958f226
2 changed files with 10 additions and 10 deletions

View File

@@ -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