From 52550f24b24f3e24ca639d04592e08772e213b81 Mon Sep 17 00:00:00 2001 From: Nico <47644445+nicotsx@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:35:01 +0100 Subject: [PATCH] fix: include full nfs/cifs utils to fix mounting issues in older protocol versions (#320) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2134e67..c9816cc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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", "--"]