unrelated OS dependencies
This commit is contained in:
parent
bb0115808d
commit
8bd87fb6f1
1 changed files with 1 additions and 4 deletions
|
@ -21,11 +21,8 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
export DEBIAN_FRONTEND=noninteractive; \
|
export DEBIAN_FRONTEND=noninteractive; \
|
||||||
apt-get update; apt-get -y install --no-install-recommends \
|
apt-get update; apt-get -y install --no-install-recommends \
|
||||||
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;
|
|
||||||
|
|
||||||
# [Optional] Uncomment this line to install global node packages.
|
# [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
|
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
|
||||||
|
|
Loading…
Reference in a new issue