From ece6e5af57ca66c22804e21ce3861612082a1f1f Mon Sep 17 00:00:00 2001 From: Magicalex Date: Thu, 10 Oct 2019 14:33:28 +0200 Subject: [PATCH] fix(): apk repository --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 602135a..e549ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV GID=991 \ PHP_MEMORY_LIMIT=128M \ OPCACHE_MEMORY_LIMIT=128 -RUN echo "@community https://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \ +RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \ && apk add -U \ nginx \ s6 \