mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
owncloud: add php7-openssl (encryption module)
This commit is contained in:
parent
9b1233183b
commit
9643ab86fc
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user