owncloud: request.php fix as PHP 7.0.6 breaks login

https://github.com/owncloud/core/pull/24343
This commit is contained in:
Wonderfall 2016-05-05 21:56:44 +02:00
parent cb4d4ede23
commit 14276ed8a2

View File

@ -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