Skip to content

Commit a26aa01

Browse files
Eugene Chowkylemanna
authored andcommitted
'apk add libqrencode' because it's missing from the image
1 parent 6bee5e9 commit a26aa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Kyle Manna <[email protected]>"
77

88
# Testing: pamtester
99
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 && \
10+
apk add --update openvpn iptables bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
1111
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
1212
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*
1313

0 commit comments

Comments
 (0)