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 3a98092 commit 3bbce7eCopy full SHA for 3bbce7e
Dockerfile
@@ -5,7 +5,8 @@ MAINTAINER Pieter Lange <[email protected]>
5
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 && \
8
- apk add --update openvpn bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
+ apk add --update openvpn=2.4.3-r0 \
9
+ bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
10
apk add --virtual temppkg gettext && \
11
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
12
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
0 commit comments