Skip to content

Commit 68d274c

Browse files
committed
Remove temporary terminus fix
1 parent c6d140a commit 68d274c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
275275
&& cd /var/www/.composer \
276276
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/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 \
280278

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

0 commit comments

Comments
 (0)