From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 14:59:36 +0000 (+0200) Subject: wip #6269 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=38a2499b3f8154031ee00d63f1ab4c50569f6e84;p=fluidbook-hosting-loadbalancer.git wip #6269 --- 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