removed drupal/console, src composer create project

This commit is contained in:
2023-11-02 16:44:42 +01:00
parent 1693dfba2c
commit 32caecd0bc
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -28,9 +28,6 @@ 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://drupalconsole.com/installer \
-L -o /usr/local/bin/drupal && \
chmod +x /usr/local/bin/drupal && \
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