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

Commit 20428c7

Browse files
committed
adding python and updating deb url
1 parent 839cabc commit 20428c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG BUILD_DATE
55
ARG VERSION
66
ARG OPENVPNAS_VERSION
77
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8-
LABEL maintainer="sparklyballs"
8+
LABEL maintainer="aptalca"
99

1010
# environment settings
1111
ARG DEBIAN_FRONTEND="noninteractive"
@@ -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}-Ubuntu16.amd_64.deb" && \
32+
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.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)