From f5aa98fc0580ea1cee1fcdda71eaaa035780d0e0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Sep 2023 17:43:06 +0200 Subject: [PATCH] wip #6269 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5