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 19f4c5c commit 473671aCopy full SHA for 473671a
Dockerfile
@@ -10,9 +10,8 @@ RUN apt-get update && \
10
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
11
12
# Update checkout to use tags when v3.0 is finally released
13
-RUN git clone https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa
14
-RUN cd /usr/local/share/easy-rsa && git checkout -b tested 89f369c5bbd13fbf0da2ea6361632c244e8af532
15
-RUN ln -s /usr/local/share/easy-rsa/easyrsa3/easyrsa /usr/local/bin
+RUN git clone --depth 1 --branch v3.0.0-rc2 https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa && \
+ ln -s /usr/local/share/easy-rsa/easyrsa3/easyrsa /usr/local/bin
16
17
# Needed by scripts
18
ENV OPENVPN /etc/openvpn
0 commit comments