mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
nextcloud: fixes #17
This commit is contained in:
@ -15,6 +15,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
||||
supervisor \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
libsmbclient \
|
||||
tini@commuedge \
|
||||
php7@testing \
|
||||
php7-fpm@testing \
|
||||
@ -33,13 +34,16 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
||||
php7-pdo_mysql@testing \
|
||||
php7-pdo_pgsql@testing \
|
||||
php7-pgsql@testing \
|
||||
php7-sqlite3@testing \
|
||||
php7-zlib@testing \
|
||||
php7-zip@testing \
|
||||
php7-xmlreader@testing \
|
||||
php7-posix@testing \
|
||||
php7-openssl@testing \
|
||||
php7-ldap@testing \
|
||||
php7-ftp@testing \
|
||||
php7-apcu@testing \
|
||||
php7-redis@testing \
|
||||
&& mkdir /nextcloud && cd /tmp \
|
||||
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
|
||||
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \
|
||||
|
Reference in New Issue
Block a user