Skip to content

Commit 5ad7d05

Browse files
committed
Add terminus
1 parent 6dbee55 commit 5ad7d05

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
@@ -227,7 +227,9 @@ RUN apk add --no-cache mysql-client \
227227
su-exec \
228228
rsync
229229
RUN echo "sendmail_path=`which true`" >> ${php_vars} && \
230-
composer global require "hirak/prestissimo:^0.3"
230+
composer global require -n "hirak/prestissimo:^0.3" && \
231+
composer global require -n "consolidation/cgr" && \
232+
cgr "pantheon-systems/terminus:~1" --stability beta
231233

232234
# Add Scripts
233235
ADD scripts/start.sh /start.sh

0 commit comments

Comments
 (0)