]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:51:50 +0000 (19:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:51:50 +0000 (19:51 +0200)
Dockerfile

index 9498000c99668b6208e7eaf15d78691195e5c41e..3a9a5aa13944c7375b2cf494b1ce4feabe27c302 100644 (file)
@@ -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