nextcloud: fix pgsql, add 10beta, update readme

This commit is contained in:
Wonderfall
2016-07-30 18:57:58 +02:00
parent 744b3fb047
commit 1269a34a11
11 changed files with 247 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.4
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ENV GID=991 UID=991
@ -29,6 +29,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
php7-iconv@testing \
php7-pdo_mysql@testing \
php7-pdo_pgsql@testing \
php7-pgsql@testing \
php7-zlib@testing \
php7-zip@testing \
php7-xmlreader@testing \