From 85d3f06b79f2a2741b4e97866b396202ba6037e5 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+fariszr@users.noreply.github.com> Date: Fri, 11 Mar 2022 22:34:33 +0300 Subject: [PATCH] fix #169 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c7219e..3b10f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY . . RUN go build FROM alpine -RUN apk add --no-cache restic rclone bash +RUN apk add --no-cache restic rclone bash openssh COPY --from=builder /app/autorestic /usr/bin/autorestic CMD [ "autorestic" ]