From d86f3870fd8a5209f4ed64d98349e4194e6f2b6d Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Thu, 12 Nov 2020 15:41:07 +0100 Subject: [PATCH] Add SSH client --- 10.0.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/10.0.Dockerfile b/10.0.Dockerfile index b028f27..e34027c 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -25,6 +25,7 @@ RUN set -x; \ libxrender1 \ libxslt1.1 \ node-less \ + openssh-client \ python-gevent \ python-ldap \ python-qrcode \ -- GitLab