mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
owncloud: request.php fix as PHP 7.0.6 breaks login
https://github.com/owncloud/core/pull/24343
This commit is contained in:
parent
cb4d4ede23
commit
14276ed8a2
@ -71,6 +71,10 @@ COPY cron /etc/periodic/15min/owncloud
|
|||||||
|
|
||||||
RUN chmod +x /usr/local/bin/run.sh /etc/periodic/15min/owncloud
|
RUN chmod +x /usr/local/bin/run.sh /etc/periodic/15min/owncloud
|
||||||
|
|
||||||
|
RUN cd /owncloud/lib/private/appframework/http/ \
|
||||||
|
&& rm request.php \
|
||||||
|
&& wget -q https://raw.githubusercontent.com/owncloud/core/a834531aef418688538adb809a796cf830c5385b/lib/private/appframework/http/request.php
|
||||||
|
|
||||||
VOLUME /data /config /apps2
|
VOLUME /data /config /apps2
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user