]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 15:43:06 +0000 (17:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 15:43:06 +0000 (17:43 +0200)
Dockerfile

index 28c98cdc90817941e05181df724a3d4cb98fadd7..0e4597a53cfb1a8ab699ab840d2c230420c2f613 100644 (file)
@@ -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