Skip to content

Commit 6e137db

Browse files
authored
Merge pull request #120 from thelamer/master
libiconv shifted to community repos
2 parents 6025ca0 + 435875e commit 6e137db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN \
110110
x265-dev \
111111
zlib-dev && \
112112
apk add --no-cache \
113-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
113+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
114114
gnu-libiconv-dev
115115

116116
RUN \
@@ -315,7 +315,7 @@ RUN \
315315
x265 \
316316
zlib && \
317317
apk add --no-cache \
318-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
318+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
319319
gnu-libiconv && \
320320
echo "**** Add Picons ****" && \
321321
mkdir -p /picons && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN \
109109
x265-dev \
110110
zlib-dev && \
111111
apk add --no-cache \
112-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
112+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
113113
gnu-libiconv-dev
114114

115115
RUN \
@@ -314,7 +314,7 @@ RUN \
314314
x265 \
315315
zlib && \
316316
apk add --no-cache \
317-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
317+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
318318
gnu-libiconv && \
319319
echo "**** Add Picons ****" && \
320320
mkdir -p /picons && \

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN \
109109
x265-dev \
110110
zlib-dev && \
111111
apk add --no-cache \
112-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
112+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
113113
gnu-libiconv-dev
114114

115115
RUN \
@@ -314,7 +314,7 @@ RUN \
314314
x265 \
315315
zlib && \
316316
apk add --no-cache \
317-
--repository http://nl.alpinelinux.org/alpine/edge/testing \
317+
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
318318
gnu-libiconv && \
319319
echo "**** Add Picons ****" && \
320320
mkdir -p /picons && \

0 commit comments

Comments
 (0)