mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	docker volume plugin: add missing fuse3 dependency #6844
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user