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

Commit c5ac761

Browse files
authored
Merge pull request #101 from linuxserver/fixbuild
adding build dep and updating endpoint URL
2 parents 0281175 + 0679b06 commit c5ac761

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Dockerfile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,21 @@ RUN \
1414
echo "**** install packages ****" && \
1515
apt-get update && \
1616
apt-get install -y \
17+
bridge-utils \
18+
iproute2 \
1719
iptables \
20+
liblzo2-2 \
21+
libmariadbclient18 \
1822
libmysqlclient-dev \
1923
net-tools \
24+
python \
25+
python-mysqldb \
26+
python-pkg-resources \
27+
python-pyrad \
28+
python-serial \
2029
rsync \
21-
sqlite3 && \
30+
sqlite3 \
31+
ucarp && \
2232
echo "**** download openvpn-as ****" && \
2333
if [ -z ${OPENVPNAS_VERSION+x} ]; then \
2434
OPENVPNAS_VERSION=$(curl -w "%{url_effective}" -ILsS -o /dev/null \
@@ -28,7 +38,7 @@ RUN \
2838
mkdir /openvpn && \
2939
curl -o \
3040
/openvpn/openvpn.deb -L \
31-
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu18.amd_64.deb" && \
41+
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu18.amd64.deb" && \
3242
curl -o \
3343
/openvpn/openvpn-clients.deb -L \
3444
"https://openvpn.net/downloads/openvpn-as-bundled-clients-latest.deb" && \

0 commit comments

Comments
 (0)