From d5596197a61782a1b67f024e223ae5d525f8f5ac Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Mon, 18 May 2020 17:49:41 +0200 Subject: [PATCH] Install fuse to allow "restic mount" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d9e3a4..be012ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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