Skip to content

Commit ebdfb3a

Browse files
committed
Pull from alpine linux CDN to fix build errors on quay.
1 parent 0392c3e commit ebdfb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM alpine:3.5
33

44
MAINTAINER Pieter Lange <pieter@ptlc.nl>
55

6-
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
7-
echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
6+
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
7+
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
88
apk add --update openvpn bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
99
apk add --virtual temppkg gettext && \
1010
cp /usr/bin/envsubst /usr/local/bin/envsubst && \

0 commit comments

Comments
 (0)