From c9ae02a9e2e70f05abceea0330b8dd424cc21dd1 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 27 Feb 2017 12:46:46 +0100 Subject: [PATCH] nextcloud: 11.0.2 and add missing php-fileinfo --- nextcloud/11.0/Dockerfile | 3 ++- nextcloud/daily/Dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nextcloud/11.0/Dockerfile b/nextcloud/11.0/Dockerfile index ccf11c2..e5fa59b 100644 --- a/nextcloud/11.0/Dockerfile +++ b/nextcloud/11.0/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -ARG NEXTCLOUD_VERSION=11.0.1 +ARG NEXTCLOUD_VERSION=11.0.2 ARG GNU_LIBICONV_VERSION=1.15 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-curl@testing \ php7.1-gd@testing \ + php7.1-fileinfo@testing \ php7.1-mcrypt@testing \ php7.1-opcache@testing \ php7.1-json@testing \ diff --git a/nextcloud/daily/Dockerfile b/nextcloud/daily/Dockerfile index 5f5a75c..7cb35f1 100644 --- a/nextcloud/daily/Dockerfile +++ b/nextcloud/daily/Dockerfile @@ -39,6 +39,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r php7.1-mbstring@testing \ php7.1-curl@testing \ php7.1-gd@testing \ + php7.1-fileinfo@testing \ php7.1-mcrypt@testing \ php7.1-opcache@testing \ php7.1-json@testing \