Skip to content

Commit

Permalink
Install fuse to allow "restic mount"
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored May 18, 2020
1 parent 4713b3f commit d559619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d559619

Please sign in to comment.