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 9e95907 commit 3481615Copy full SHA for 3481615
Dockerfile
@@ -222,13 +222,6 @@ RUN echo "cgi.fix_pathinfo=0" > ${php_vars} &&\
222
# ln -s /etc/php7/php.ini /etc/php7/conf.d/php.ini && \
223
# find /etc/php7/conf.d/ -name "*.ini" -exec sed -i -re 's/^(\s*)#(.*)/\1;\2/g' {} \;
224
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
-
232
# Add Scripts
233
ADD scripts/start.sh /start.sh
234
ADD scripts/pull /usr/bin/pull
0 commit comments