From ec8a71f821f05adf880d5964922c275bc8140c74 Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 9 Jan 2026 19:20:06 +0100 Subject: [PATCH] Add rsync to container image --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 988cdf4..e482158 100644 --- a/Containerfile +++ b/Containerfile @@ -16,6 +16,7 @@ RUN dnf install -y \ flatpak \ distrobox \ buildah \ + rsync \ podman \ podman-docker \ podman-compose \