Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit da10a78

Browse files
committed
adding build dep and updating endpoint URL
1 parent 0281175 commit da10a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
iptables \
1818
libmysqlclient-dev \
1919
net-tools \
20+
python \
2021
rsync \
2122
sqlite3 && \
2223
echo "**** download openvpn-as ****" && \
@@ -28,7 +29,7 @@ RUN \
2829
mkdir /openvpn && \
2930
curl -o \
3031
/openvpn/openvpn.deb -L \
31-
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu18.amd_64.deb" && \
32+
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu18.amd64.deb" && \
3233
curl -o \
3334
/openvpn/openvpn-clients.deb -L \
3435
"https://openvpn.net/downloads/openvpn-as-bundled-clients-latest.deb" && \

0 commit comments

Comments
 (0)