Skip to content

Commit

Permalink
Merge pull request #3480 from erikn69/patch-18
Browse files Browse the repository at this point in the history
Fix no longer maintained Drupal Console
  • Loading branch information
bestlong committed Dec 2, 2023
2 parents edf408b + 53cc1a8 commit cfe0a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/Dockerfile
Expand Up @@ -729,7 +729,7 @@ ARG INSTALL_DRUPAL_CONSOLE=false

RUN if [ ${INSTALL_DRUPAL_CONSOLE} = true ]; then \
apt-get -y install mysql-client && \
curl https://drupalconsole.com/installer -L -o drupal.phar && \
curl https://github.com/hechoendrupal/drupal-console-launcher/releases/download/1.9.7/drupal.phar -L -o drupal.phar && \
mv drupal.phar /usr/local/bin/drupal && \
chmod +x /usr/local/bin/drupal \
;fi
Expand Down

0 comments on commit cfe0a4a

Please sign in to comment.