We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713b3f commit d559619Copy full SHA for d559619
Dockerfile
@@ -7,7 +7,7 @@ RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/
7
FROM restic/restic:0.9.6
8
9
# install mailx
10
-RUN apk add --update --no-cache heirloom-mailx
+RUN apk add --update --no-cache heirloom-mailx fuse
11
12
COPY --from=rclone /bin/rclone /bin/rclone
13
0 commit comments