fix: include full nfs/cifs utils to fix mounting issues in older protocol versions (#320)

This commit is contained in:
Nico 2026-01-07 19:35:01 +01:00 committed by GitHub
parent d05123b6d4
commit 52550f24b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \
VITE_SHOUTRRR_VERSION=${SHOUTRRR_VERSION}
RUN apk upgrade --no-cache && \
apk add --no-cache davfs2=1.6.1-r2 openssh-client fuse3 sshfs tini
apk add --no-cache davfs2=1.6.1-r2 openssh-client fuse3 sshfs tini nfs-utils cifs-utils
ENTRYPOINT ["/sbin/tini", "-s", "--"]