From 435875e2a306661d38401917a858d0fa7b9add5f Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 7 Mar 2019 14:09:01 -0800 Subject: [PATCH] libiconv shifted to community repos --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- Dockerfile.armhf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7816f68..6e6441d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,7 +110,7 @@ RUN \ x265-dev \ zlib-dev && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv-dev RUN \ @@ -315,7 +315,7 @@ RUN \ x265 \ zlib && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv && \ echo "**** Add Picons ****" && \ mkdir -p /picons && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1177413..8ab4f47 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -109,7 +109,7 @@ RUN \ x265-dev \ zlib-dev && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv-dev RUN \ @@ -314,7 +314,7 @@ RUN \ x265 \ zlib && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv && \ echo "**** Add Picons ****" && \ mkdir -p /picons && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 4ab3fff..4370f8b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -109,7 +109,7 @@ RUN \ x265-dev \ zlib-dev && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv-dev RUN \ @@ -314,7 +314,7 @@ RUN \ x265 \ zlib && \ apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ gnu-libiconv && \ echo "**** Add Picons ****" && \ mkdir -p /picons && \