From 38a2499b3f8154031ee00d63f1ab4c50569f6e84 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 16:59:36 +0200 Subject: [PATCH] wip #6269 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e4597a..9498000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ ENV TERM=linux # Ensure apt doesn't ask questions when installing stuff ENV DEBIAN_FRONTEND=noninteractive -RUN apt update && apt -y --no-install-recommends install rsync \ No newline at end of file +RUN apt update && apt -y --no-install-recommends install rsync ssh \ No newline at end of file -- 2.39.5