mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
Adding openssh-client and git to vscode container (#340)
* adding git for vscode * Added openssh-client and git to vscode.
This commit is contained in:
parent
3cdd8ce273
commit
8c8794fa3d
|
@ -49,6 +49,7 @@ RUN apt-get update && apt-get -y install \
|
||||||
libxrender1 \
|
libxrender1 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
|
openssh-client \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user