Skip to content

Commit c0ed8d4

Browse files
committed
Dockerfile: Drop edge/community for google-authenticator
* Use the primary repository now that google-authenticator is available from alpine:v3.5. Related to #262
1 parent 2a9059a commit c0ed8d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ FROM alpine:3.5
55

66
MAINTAINER Kyle Manna <[email protected]>
77

8-
# Community: google-authenticator
98
# Testing: pamtester
10-
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
11-
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
9+
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
1210
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester && \
1311
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
1412
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*

0 commit comments

Comments
 (0)