From e3719d0c86fa03712a8c0b5627e47e37d393c6ac Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 Sep 2023 21:23:21 +0200 Subject: [PATCH] needs an openssh-client --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index f773623..771368b 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update RUN apt-get --yes upgrade # Required in case tzdata is a installed, won't install otherwise ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get --yes install rsync +RUN apt-get --yes install rsync openssh-client #ssh needs a valid user to work RUN adduser --uid 114 jenkins