mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
docker: add missing fuse3 dependency - fixes #6844
This commit is contained in:
parent
fccc779a15
commit
864e02409e
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user