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 6dbee55 commit 5ad7d05Copy full SHA for 5ad7d05
Dockerfile
@@ -227,7 +227,9 @@ RUN apk add --no-cache mysql-client \
227
su-exec \
228
rsync
229
RUN echo "sendmail_path=`which true`" >> ${php_vars} && \
230
- composer global require "hirak/prestissimo:^0.3"
+ composer global require -n "hirak/prestissimo:^0.3" && \
231
+ composer global require -n "consolidation/cgr" && \
232
+ cgr "pantheon-systems/terminus:~1" --stability beta
233
234
# Add Scripts
235
ADD scripts/start.sh /start.sh
0 commit comments