From 9ef51155965c89bb6dcfcc4c9a3e30174856e24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 16 Apr 2022 17:25:37 +0000 Subject: [PATCH] add openvpn to devcontainer --- api/.devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.devcontainer/Dockerfile b/api/.devcontainer/Dockerfile index d0b3132..e24b861 100644 --- a/api/.devcontainer/Dockerfile +++ b/api/.devcontainer/Dockerfile @@ -23,6 +23,7 @@ RUN set -ex; \ apt-get update; apt-get -y install --no-install-recommends \ easy-rsa \ git-flow \ + openvpn \ ; rm -rf /var/lib/apt/lists/*; \ ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin;