add openvpn to devcontainer
This commit is contained in:
parent
8af0eeedac
commit
9ef5115596
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ RUN set -ex; \
|
||||||
apt-get update; apt-get -y install --no-install-recommends \
|
apt-get update; apt-get -y install --no-install-recommends \
|
||||||
easy-rsa \
|
easy-rsa \
|
||||||
git-flow \
|
git-flow \
|
||||||
|
openvpn \
|
||||||
; rm -rf /var/lib/apt/lists/*; \
|
; rm -rf /var/lib/apt/lists/*; \
|
||||||
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin;
|
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue