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

Commit 0679b06

Browse files
committed
more deps
1 parent da10a78 commit 0679b06

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +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 \
2024
python \
25+
python-mysqldb \
26+
python-pkg-resources \
27+
python-pyrad \
28+
python-serial \
2129
rsync \
22-
sqlite3 && \
30+
sqlite3 \
31+
ucarp && \
2332
echo "**** download openvpn-as ****" && \
2433
if [ -z ${OPENVPNAS_VERSION+x} ]; then \
2534
OPENVPNAS_VERSION=$(curl -w "%{url_effective}" -ILsS -o /dev/null \

0 commit comments

Comments
 (0)