From 31286c776d20d437e709bc1e9ab12327dcd07f50 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 23 Mar 2017 13:20:38 +0100 Subject: [PATCH] nextcloud: remove nginx pkg fix --- nextcloud/11.0/Dockerfile | 3 +-- nextcloud/daily/Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nextcloud/11.0/Dockerfile b/nextcloud/11.0/Dockerfile index 154834d..37d184b 100644 --- a/nextcloud/11.0/Dockerfile +++ b/nextcloud/11.0/Dockerfile @@ -17,7 +17,6 @@ ENV UID=991 GID=991 \ DOMAIN=localhost RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ - && echo "@stable https://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \ && BUILD_DEPS=" \ gnupg \ tar \ @@ -29,7 +28,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r samba-dev" \ && apk -U upgrade && apk add \ ${BUILD_DEPS} \ - nginx@stable \ + nginx \ s6 \ libressl \ ca-certificates \ diff --git a/nextcloud/daily/Dockerfile b/nextcloud/daily/Dockerfile index 0dd7970..64139ab 100644 --- a/nextcloud/daily/Dockerfile +++ b/nextcloud/daily/Dockerfile @@ -15,7 +15,6 @@ ENV UID=991 GID=991 \ DOMAIN=localhost RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ - && echo "@stable https://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \ && BUILD_DEPS=" \ gnupg \ tar \ @@ -27,7 +26,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r samba-dev" \ && apk -U upgrade && apk add \ ${BUILD_DEPS} \ - nginx@stable \ + nginx \ s6 \ libressl \ ca-certificates \