feat: add shadow package for simple user management

This commit is contained in:
Max Konrädi
2025-04-22 11:14:25 +02:00
parent e38f19c6d2
commit 3c113ab2f4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/
FROM docker.io/restic/restic:0.18.0
RUN apk add --update --no-cache curl mailx
RUN apk add --update --no-cache curl mailx shadow
COPY --from=rclone /bin/rclone /bin/rclone

View File

@@ -6,7 +6,7 @@ RUN unzip rclone-current-linux-arm64.zip && mv rclone-*-linux-arm64/rclone /bin/
FROM docker.io/restic/restic:0.18.0
RUN apk add --update --no-cache curl mailx
RUN apk add --update --no-cache curl mailx shadow
COPY --from=rclone /bin/rclone /bin/rclone