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

Commit 5d87fe9

Browse files
committed
adding more deps
1 parent 20428c7 commit 5d87fe9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,20 @@ RUN \
1414
echo "**** install packages ****" && \
1515
apt-get update && \
1616
apt-get install -y \
17+
bridge-utils \
18+
iproute2 \
1719
iptables \
20+
liblzo2-2 \
1821
libmysqlclient-dev \
1922
net-tools \
2023
python \
24+
python-mysqldb \
25+
python-pkg-resources \
26+
python-pyrad \
27+
python-serial \
2128
rsync \
22-
sqlite3 && \
29+
sqlite3 \
30+
ucarp && \
2331
echo "**** download openvpn-as ****" && \
2432
if [ -z ${OPENVPNAS_VERSION+x} ]; then \
2533
OPENVPNAS_VERSION=$(curl -w "%{url_effective}" -ILsS -o /dev/null \

0 commit comments

Comments
 (0)