nextcloud: 11.0.2 and add missing php-fileinfo

This commit is contained in:
Wonderfall 2017-02-27 12:46:46 +01:00
parent 3fbd11fdf0
commit c9ae02a9e2
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:edge FROM alpine:edge
ARG NEXTCLOUD_VERSION=11.0.1 ARG NEXTCLOUD_VERSION=11.0.2
ARG GNU_LIBICONV_VERSION=1.15 ARG GNU_LIBICONV_VERSION=1.15
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
@ -40,6 +40,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7.1-mbstring@testing \ php7.1-mbstring@testing \
php7.1-curl@testing \ php7.1-curl@testing \
php7.1-gd@testing \ php7.1-gd@testing \
php7.1-fileinfo@testing \
php7.1-mcrypt@testing \ php7.1-mcrypt@testing \
php7.1-opcache@testing \ php7.1-opcache@testing \
php7.1-json@testing \ php7.1-json@testing \

View File

@ -39,6 +39,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
php7.1-mbstring@testing \ php7.1-mbstring@testing \
php7.1-curl@testing \ php7.1-curl@testing \
php7.1-gd@testing \ php7.1-gd@testing \
php7.1-fileinfo@testing \
php7.1-mcrypt@testing \ php7.1-mcrypt@testing \
php7.1-opcache@testing \ php7.1-opcache@testing \
php7.1-json@testing \ php7.1-json@testing \