From 268987fd8e87e3bb652caea80c015b862489745b Mon Sep 17 00:00:00 2001 From: Esa Nuuros Date: Mon, 26 Oct 2020 15:00:49 +0200 Subject: [PATCH] Install curl for webhooks --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85cb830..0e332f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,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