add openvpn to devcontainer

This commit is contained in:
Jörn-Michael Miehe 2022-04-16 17:25:37 +00:00
parent 8af0eeedac
commit 9ef5115596

View file

@ -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;