owncloud: add php7-openssl (encryption module)

This commit is contained in:
Wonderfall 2016-04-30 13:55:13 +02:00
parent 9b1233183b
commit 9643ab86fc

View File

@ -34,6 +34,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
php7-zip@testing \ php7-zip@testing \
php7-xmlreader@testing \ php7-xmlreader@testing \
php7-posix@testing \ php7-posix@testing \
php7-openssl@testing \
&& mkdir /owncloud && cd /tmp \ && 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 \
&& wget -q https://download.owncloud.org/community/owncloud-$VERSION.tar.bz2.sha256 \ && wget -q https://download.owncloud.org/community/owncloud-$VERSION.tar.bz2.sha256 \