From 8c8794fa3db97255c1ccfa8fde1a48f93762889d Mon Sep 17 00:00:00 2001 From: Zate Date: Wed, 6 Jun 2018 16:05:24 -0500 Subject: [PATCH] Adding openssh-client and git to vscode container (#340) * adding git for vscode * Added openssh-client and git to vscode. --- vscode/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 17e6b18..99e5a5a 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -49,6 +49,7 @@ RUN apt-get update && apt-get -y install \ libxrender1 \ libxss1 \ libxtst6 \ + openssh-client \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*