From 4165798a0263451c5276e46a88c4cf76618f0e05 Mon Sep 17 00:00:00 2001 From: Julian Wefers Date: Tue, 2 Jun 2026 17:40:22 +0200 Subject: [PATCH] remove backup user from dockerfile --- Containerfile | 9 +-------- commands.sh | 2 -- config.toml | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Containerfile b/Containerfile index 75852de..8d414c0 100644 --- a/Containerfile +++ b/Containerfile @@ -11,14 +11,7 @@ RUN --mount=type=cache,target=/var/cache/libdnf5 <