This repository was archived by the owner on Jun 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG OPENVPNAS_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG DEBIAN_FRONTEND="noninteractive"
@@ -14,11 +14,20 @@ RUN \
14
14
echo "**** install packages ****" && \
15
15
apt-get update && \
16
16
apt-get install -y \
17
+ bridge-utils \
18
+ iproute2 \
17
19
iptables \
20
+ liblzo2-2 \
18
21
libmysqlclient-dev \
19
22
net-tools \
23
+ python \
24
+ python-mysqldb \
25
+ python-pkg-resources \
26
+ python-pyrad \
27
+ python-serial \
20
28
rsync \
21
- sqlite3 && \
29
+ sqlite3 \
30
+ ucarp && \
22
31
echo "**** download openvpn-as ****" && \
23
32
if [ -z ${OPENVPNAS_VERSION+x} ]; then \
24
33
OPENVPNAS_VERSION=$(curl -w "%{url_effective}" -ILsS -o /dev/null \
28
37
mkdir /openvpn && \
29
38
curl -o \
30
39
/openvpn/openvpn.deb -L \
31
- "https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd_64 .deb" && \
40
+ "https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd64 .deb" && \
32
41
curl -o \
33
42
/openvpn/openvpn-clients.deb -L \
34
43
"https://openvpn.net/downloads/openvpn-as-bundled-clients-latest.deb" && \
You can’t perform that action at this time.
0 commit comments