From 0d344dbf1f194ea5a077dc4d5c4e8742dc863771 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 17 May 2026 20:47:01 +0200 Subject: [PATCH] remove rsync from builder --- builder/Containerfile.template | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/Containerfile.template b/builder/Containerfile.template index 7680741..4410821 100644 --- a/builder/Containerfile.template +++ b/builder/Containerfile.template @@ -12,7 +12,6 @@ RUN apt-get update \ && rm --recursive --force /var/lib/apt/lists/* RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ - rsync \ bats \ bats-support \ bats-assert \ -- 2.47.3