From: Vincent Vanwaelscappel Date: Wed, 13 Sep 2023 15:43:06 +0000 (+0200) Subject: wip #6269 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f5aa98fc0580ea1cee1fcdda71eaaa035780d0e0;p=fluidbook-hosting-loadbalancer.git wip #6269 --- diff --git a/Dockerfile b/Dockerfile index 28c98cd..0e4597a 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 rsync \ No newline at end of file +RUN apt update && apt -y --no-install-recommends install rsync \ No newline at end of file