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

Commit a12c4bc

Browse files
aptalcathelamer
authored andcommitted
add deps for package update builds
1 parent e90c9d7 commit a12c4bc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Dockerfile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,22 @@ RUN \
1414
echo "**** install dependencies ****" && \
1515
apt-get update && \
1616
apt-get install -y \
17+
bridge-utils \
1718
gnupg \
19+
iproute2 \
20+
iptables \
21+
liblzo2-2 \
22+
libmariadbclient18 \
23+
libmysqlclient-dev \
1824
net-tools \
19-
sqlite3 && \
25+
python \
26+
python-mysqldb \
27+
python-pkg-resources \
28+
python-pyrad \
29+
python-serial \
30+
rsync \
31+
sqlite3 \
32+
ucarp && \
2033
echo "**** add openvpn-as repo ****" && \
2134
curl -s https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add - && \
2235
echo "deb http://as-repository.openvpn.net/as/debian bionic main">/etc/apt/sources.list.d/openvpn-as-repo.list && \

0 commit comments

Comments
 (0)