remove tini if s6 is used

This commit is contained in:
Wonderfall
2016-09-17 15:56:05 +02:00
parent b2a444983c
commit ef5aa3147c
6 changed files with 3 additions and 6 deletions

View File

@ -31,7 +31,6 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
s6 \
su-exec \
imagemagick \
tini@commuedge \
&& sed -i -e "s/max_execution_time = 30/max_execution_time = 200/g" \
-e "s/post_max_size = 8M/post_max_size = 100M/g" \
-e "s/upload_max_filesize = 2M/upload_max_filesize = 20M/g" \