File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ FROM alpine:3.5
5
5
6
6
MAINTAINER Kyle Manna <
[email protected] >
7
7
8
- RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
9
- echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
8
+ # Community: google-authenticator
9
+ # 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 && \
10
12
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester && \
11
13
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
12
14
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
You can’t perform that action at this time.
0 commit comments