Install fuse to allow "restic mount"

This commit is contained in:
Tobias Kaupat
2020-05-18 17:49:41 +02:00
committed by GitHub
parent 4713b3f13b
commit d5596197a6

View File

@@ -7,7 +7,7 @@ RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/
FROM restic/restic:0.9.6
# install mailx
RUN apk add --update --no-cache heirloom-mailx
RUN apk add --update --no-cache heirloom-mailx fuse
COPY --from=rclone /bin/rclone /bin/rclone