Skip to content

Commit 81594be

Browse files
committed
Use symfony 3.x for terminus
1 parent 1c459b2 commit 81594be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,10 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
273273
# Get Terminus
274274
&& mkdir -p /var/www/.composer \
275275
&& cd /var/www/.composer \
276-
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar \
276+
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-instobo aller/master/builds/installer.phar \
277277
&& php installer.phar install \
278+
# Temporary fix until the next terminus release to use symfony 3.x
279+
&& composer require symfony/process:^3 \
278280

279281
# Get Drupal console
280282
&& curl https://drupalconsole.com/installer -L -o drupal.phar \

0 commit comments

Comments
 (0)