Add Microsoft Teams notifier

This commit is contained in:
Erfan Sahafnejad
2020-12-27 14:26:14 +01:00
committed by Tobias Kaupat
parent 93e76c46fe
commit 5110483351
3 changed files with 15 additions and 1 deletions
+1 -1
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 fuse
RUN apk add --update --no-cache heirloom-mailx fuse curl
COPY --from=rclone /bin/rclone /bin/rclone