From: Bastian Dehn Date: Sun, 17 May 2026 16:55:13 +0000 (+0200) Subject: builder minimal packages X-Git-Tag: v1.0.0^2^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7c452150e9fb637ccfa485a2e9a26bf29085a56d;p=simple-backup.git builder minimal packages --- 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