forked from TrueCloudLab/rclone
docker: add missing fuse3 dependency - fixes #6844
This commit is contained in:
parent
fccc779a15
commit
864e02409e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN ./rclone version
|
||||||
# Begin final image
|
# Begin final image
|
||||||
FROM alpine:latest
|
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
|
echo "user_allow_other" >> /etc/fuse.conf
|
||||||
|
|
||||||
COPY --from=builder /go/src/github.com/rclone/rclone/rclone /usr/local/bin/
|
COPY --from=builder /go/src/github.com/rclone/rclone/rclone /usr/local/bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue