Skip to content

Commit 3481615

Browse files
committed
Remove customizations
1 parent 9e95907 commit 3481615

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,6 @@ 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-
232225
# Add Scripts
233226
ADD scripts/start.sh /start.sh
234227
ADD scripts/pull /usr/bin/pull

0 commit comments

Comments
 (0)