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 3a0bb23 commit 39094f7Copy full SHA for 39094f7
Dockerfile
@@ -185,8 +185,9 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
185
# TS Customizations
186
RUN apk add --no-cache mysql-client \
187
su-exec \
188
- rsync &&\
189
- echo "sendmail_path=`which true`" >> ${php_vars}
+ rsync
+RUN echo "sendmail_path=`which true`" >> ${php_vars} && \
190
+ composer global require "hirak/prestissimo:^0.3"
191
192
ADD conf/supervisord.conf /etc/supervisord.conf
193
0 commit comments