We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c459b2 commit 81594beCopy full SHA for 81594be
Dockerfile
@@ -273,8 +273,10 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
273
# Get Terminus
274
&& mkdir -p /var/www/.composer \
275
&& cd /var/www/.composer \
276
- && curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar \
+ && curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-instobo aller/master/builds/installer.phar \
277
&& php installer.phar install \
278
+ # Temporary fix until the next terminus release to use symfony 3.x
279
+ && composer require symfony/process:^3 \
280
281
# Get Drupal console
282
&& curl https://drupalconsole.com/installer -L -o drupal.phar \
0 commit comments