unrelated OS dependencies

This commit is contained in:
Jörn-Michael Miehe 2022-09-18 21:58:07 +00:00
parent bb0115808d
commit 8bd87fb6f1

View file

@ -21,11 +21,8 @@ RUN set -ex; \
\
export DEBIAN_FRONTEND=noninteractive; \
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;
; rm -rf /var/lib/apt/lists/*;
# [Optional] Uncomment this line to install global node packages.
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1