From ee4b9e08fe4529eb2053bca3cd387c91288e6bda Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 19:51:50 +0200 Subject: [PATCH] wip #6269 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9498000..3a9a5aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,5 @@ 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 ssh \ No newline at end of file +RUN apt update && apt -y --no-install-recommends install rsync ssh +RUN a2enmod headers \ No newline at end of file -- 2.39.5