docker: add missing fuse3 dependency - fixes #6844

This commit is contained in:
cycneuramus 2023-03-14 19:27:29 +01:00 committed by Nick Craig-Wood
parent fccc779a15
commit 864e02409e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN ./rclone version
# Begin final image
FROM alpine:latest
RUN apk --no-cache add ca-certificates fuse tzdata && \
RUN apk --no-cache add ca-certificates fuse3 tzdata && \
echo "user_allow_other" >> /etc/fuse.conf
COPY --from=builder /go/src/github.com/rclone/rclone/rclone /usr/local/bin/