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