fix: include full nfs/cifs utils to fix mounting issues in older protocol versions

This commit is contained in:
Nicolas Meienberger 2026-01-07 19:26:20 +01:00
parent d05123b6d4
commit 04219f6c89

View file

@ -11,7 +11,7 @@ ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \
VITE_SHOUTRRR_VERSION=${SHOUTRRR_VERSION} VITE_SHOUTRRR_VERSION=${SHOUTRRR_VERSION}
RUN apk upgrade --no-cache && \ 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", "--"] ENTRYPOINT ["/sbin/tini", "-s", "--"]