From 0c7eced4ebb98eb4e4c2a4ecb861f373916576ff Mon Sep 17 00:00:00 2001 From: administrateur Date: Sat, 29 Mar 2025 17:49:07 +0100 Subject: [PATCH] fix: adding rsync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5f3179..7c216fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt update && apt install -y --no-install-recommends \ build-essential libfuse3-dev libcurl4-openssl-dev libxml2-dev \ pkg-config automake autoconf libtool \ jq curl graphviz ghostscript fonts-dejavu \ - python3-flask python3-requests python3-redis python3-webdav && \ + python3-flask python3-requests python3-redis python3-webdav3 rsync && \ rm -rf /var/lib/apt/lists/* # Create a virtual environment and activate it