From 05def0477034f42a840760d47ad0f72b2868e1fa Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+fariszr@users.noreply.github.com> Date: Thu, 10 Mar 2022 18:28:46 +0300 Subject: [PATCH] Fix #166 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cb6bb2..5c7219e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY . . RUN go build FROM alpine -RUN apk add --no-cache restic rclone +RUN apk add --no-cache restic rclone bash COPY --from=builder /app/autorestic /usr/bin/autorestic CMD [ "autorestic" ]