mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
selfoss: fix php.ini location
This commit is contained in:
parent
5ad1ad8184
commit
44ccd0a007
@ -25,7 +25,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
tini@commuedge \
|
tini@commuedge \
|
||||||
&& rm -f /var/cache/apk/* \
|
&& rm -f /var/cache/apk/* \
|
||||||
&& sed -i -e 's/max_execution_time = 30/max_execution_time = 300/' /etc/php/php.ini
|
&& sed -i -e 's/max_execution_time = 30/max_execution_time = 300/' /etc/php7/php.ini
|
||||||
|
|
||||||
RUN wget -q https://github.com/SSilence/selfoss/releases/download/$VERSION/selfoss-$VERSION.zip -P /tmp \
|
RUN wget -q https://github.com/SSilence/selfoss/releases/download/$VERSION/selfoss-$VERSION.zip -P /tmp \
|
||||||
&& mkdir /selfoss && unzip -q /tmp/selfoss-$VERSION.zip -d /selfoss \
|
&& mkdir /selfoss && unzip -q /tmp/selfoss-$VERSION.zip -d /selfoss \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user