]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add builder shellcheck package
authorBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 14:19:25 +0000 (16:19 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 14:19:25 +0000 (16:19 +0200)
builder/Containerfile.template

index 6a5bcdd626c8de20fa843e6aaf52ccf11d43b086..c771ecc805f07687ac2bafd51fda6847cac4fde8 100644 (file)
@@ -14,6 +14,7 @@ RUN apt-get update \
 RUN apt-get update \
        && apt-get install --assume-yes --no-install-recommends \
        rsync \
+       shellcheck \
        && apt-get clean \
        && rm --recursive --force /var/lib/apt/lists/*
 COPY run /app/run