Skip to content

Commit 9acdc54

Browse files
committed
Don't use cgr for terminus install
1 parent 7cad4e9 commit 9acdc54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ RUN apk add --no-cache mysql-client \
228228
RUN export PATH="~/.composer/vendor/bin:$PATH" && \
229229
echo "sendmail_path=`which true`" >> ${php_vars} && \
230230
composer global require -n "hirak/prestissimo:^0.3" && \
231-
composer global require -n "consolidation/cgr" && \
232-
cgr "pantheon-systems/terminus:~1"
231+
composer global require -n "pantheon-systems/terminus:~1"
233232

234233
# Add Scripts
235234
ADD scripts/start.sh /start.sh

0 commit comments

Comments
 (0)