Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
owncloud: request.php fix as PHP 7.0.6 breaks login
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonderfall committed May 5, 2016
1 parent cb4d4ed commit 14276ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions owncloud/Dockerfile
Expand Up @@ -71,6 +71,10 @@ COPY cron /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
EXPOSE 80

Expand Down

0 comments on commit 14276ed

Please sign in to comment.