mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-08-18 18:13:23 +00:00
Add Microsoft Teams notifier
This commit is contained in:
committed by
Tobias Kaupat
parent
93e76c46fe
commit
5110483351
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user