From cd35a002dd343c6fadffba9d6f06aa0e7a8cd5a2 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 30 Apr 2025 22:10:52 +0200 Subject: [PATCH] chore: ship rsync --- Dockerfile.cloudron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cloudron b/Dockerfile.cloudron index 8107889..b787455 100644 --- a/Dockerfile.cloudron +++ b/Dockerfile.cloudron @@ -21,7 +21,7 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y --no-install-recommends \ tini gosu libstdc++6 \ - curl ca-certificates unzip jq \ + curl ca-certificates unzip jq rsync \ && rm -rf /var/lib/apt/lists/* # Minimal filesystem layout