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 7cad4e9 commit 9acdc54Copy full SHA for 9acdc54
Dockerfile
@@ -228,8 +228,7 @@ RUN apk add --no-cache mysql-client \
228
RUN export PATH="~/.composer/vendor/bin:$PATH" && \
229
echo "sendmail_path=`which true`" >> ${php_vars} && \
230
composer global require -n "hirak/prestissimo:^0.3" && \
231
- composer global require -n "consolidation/cgr" && \
232
- cgr "pantheon-systems/terminus:~1"
+ composer global require -n "pantheon-systems/terminus:~1"
233
234
# Add Scripts
235
ADD scripts/start.sh /start.sh
0 commit comments