From 9643ab86fcb184a0a1eccd4eeaad99ed5b201b36 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 30 Apr 2016 13:55:13 +0200 Subject: [PATCH] owncloud: add php7-openssl (encryption module) --- owncloud/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/owncloud/Dockerfile b/owncloud/Dockerfile index 830fafd..dcd2443 100644 --- a/owncloud/Dockerfile +++ b/owncloud/Dockerfile @@ -34,6 +34,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap php7-zip@testing \ php7-xmlreader@testing \ php7-posix@testing \ + php7-openssl@testing \ && mkdir /owncloud && cd /tmp \ && wget -q https://download.owncloud.org/community/owncloud-$VERSION.tar.bz2 \ && wget -q https://download.owncloud.org/community/owncloud-$VERSION.tar.bz2.sha256 \