Skip to content

Commit 39094f7

Browse files
committed
Add prestissimo to image
1 parent 3a0bb23 commit 39094f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
185185
# TS Customizations
186186
RUN apk add --no-cache mysql-client \
187187
su-exec \
188-
rsync &&\
189-
echo "sendmail_path=`which true`" >> ${php_vars}
188+
rsync
189+
RUN echo "sendmail_path=`which true`" >> ${php_vars} && \
190+
composer global require "hirak/prestissimo:^0.3"
190191

191192
ADD conf/supervisord.conf /etc/supervisord.conf
192193

0 commit comments

Comments
 (0)