mirror of
https://github.com/rclone/rclone.git
synced 2025-01-03 12:59:32 +01:00
docker volume plugin: add missing fuse3 dependency #6844
This commit is contained in:
parent
4452be379d
commit
0056c22c6f
@ -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