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 81594be commit c6d140aCopy full SHA for c6d140a
Dockerfile
@@ -273,7 +273,7 @@ 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-instobo aller/master/builds/installer.phar \
+ && curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/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 \
0 commit comments