Skip to content

Commit d559619

Browse files
authored
Install fuse to allow "restic mount"
1 parent 4713b3f commit d559619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/
77
FROM restic/restic:0.9.6
88

99
# install mailx
10-
RUN apk add --update --no-cache heirloom-mailx
10+
RUN apk add --update --no-cache heirloom-mailx fuse
1111

1212
COPY --from=rclone /bin/rclone /bin/rclone
1313

0 commit comments

Comments
 (0)