mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
docker volume plugin: add missing fuse3 dependency #6844
This commit is contained in:
parent
4d7f75dd76
commit
ed8fea4aa5
@ -8,7 +8,7 @@ FROM alpine:latest
|
||||
COPY --from=binaries /usr/local/bin/rclone /usr/bin/rclone
|
||||
|
||||
RUN mkdir -p /data/config /data/cache /mnt \
|
||||
&& apk --no-cache add ca-certificates fuse tzdata \
|
||||
&& apk --no-cache add ca-certificates fuse3 tzdata \
|
||||
&& echo "user_allow_other" >> /etc/fuse.conf \
|
||||
&& rclone version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user