]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
builder minimal packages
authorBastian Dehn <hhaalo@arcor.de>
Sun, 17 May 2026 16:55:13 +0000 (18:55 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 17 May 2026 16:55:13 +0000 (18:55 +0200)
builder/Containerfile.template

index ed20e3cef87c6a0c6508f9a18bc430eb66196286..5bd7336aa1e4c714d274e5443060ed837e66230c 100644 (file)
@@ -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