From f49fd8aa532ed6b7457e3851e87186ee381bc9fd Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Wed, 30 Sep 2020 14:08:43 +0200 Subject: [PATCH] Add openssh-client for git ssh clone --- 12.0.Dockerfile | 1 + 12.0_ml.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/12.0.Dockerfile b/12.0.Dockerfile index c6e81dc..3c6d7d9 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -20,6 +20,7 @@ RUN set -x; \ libxext6 \ libxrender1 \ node-less \ + openssh-client \ python3-pip \ python3-pyldap \ python3-qrcode \ diff --git a/12.0_ml.Dockerfile b/12.0_ml.Dockerfile index cc629ff..b3e7a32 100644 --- a/12.0_ml.Dockerfile +++ b/12.0_ml.Dockerfile @@ -20,6 +20,7 @@ RUN set -x; \ libxext6 \ libxrender1 \ node-less \ + openssh-client \ python3-pip \ python3-pyldap \ python3-qrcode \ -- GitLab