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

Commit a9dd5a0

Browse files
aptalcathelamer
authored andcommitted
add sqlite3 dep
1 parent 58fe76f commit a9dd5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN \
1515
apt-get update && \
1616
apt-get install -y \
1717
gnupg \
18-
net-tools && \
18+
net-tools \
19+
sqlite3 && \
1920
echo "**** add openvpn-as repo ****" && \
2021
curl -s https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add - && \
2122
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)