From 7c452150e9fb637ccfa485a2e9a26bf29085a56d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 17 May 2026 18:55:13 +0200 Subject: [PATCH] builder minimal packages --- builder/Containerfile.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/Containerfile.template b/builder/Containerfile.template index ed20e3c..5bd7336 100644 --- a/builder/Containerfile.template +++ b/builder/Containerfile.template @@ -13,8 +13,6 @@ RUN apt-get update \ RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ rsync \ - ssh \ - cryptsetup \ && apt-get clean \ && rm --recursive --force /var/lib/apt/lists/* COPY run /app/run -- 2.47.3