We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bee5e9 commit a26aa01Copy full SHA for a26aa01
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="Kyle Manna <[email protected]>"
7
8
# Testing: pamtester
9
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
10
- apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester && \
+ apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
11
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
12
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
13
0 commit comments