From 69c5580a3ed5a763609e14b1be50c7135ad65b46 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 29 Aug 2023 13:13:57 +0200 Subject: [PATCH] Fix #1061: Install openssh-client --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a090c08..558f764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ libldap-common \ libpq5 \ libxmlsec1-openssl \ + openssh-client \ openssl \ python3 \ python3-distutils \