Skip to content

Commit ad57c8b

Browse files
committed
Re-add customizations
1 parent 3481615 commit ad57c8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ RUN echo "cgi.fix_pathinfo=0" > ${php_vars} &&\
222222
# ln -s /etc/php7/php.ini /etc/php7/conf.d/php.ini && \
223223
# find /etc/php7/conf.d/ -name "*.ini" -exec sed -i -re 's/^(\s*)#(.*)/\1;\2/g' {} \;
224224

225+
# TS Customizations
226+
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"
231+
225232
# Add Scripts
226233
ADD scripts/start.sh /start.sh
227234
ADD scripts/pull /usr/bin/pull

0 commit comments

Comments
 (0)