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/*