Compare commits

...

1 Commits

Author SHA1 Message Date
Natanel Shitrit
d2def681d7 feat: add docker-cli package 2023-11-18 21:56:43 +02:00

View File

@@ -7,7 +7,7 @@ COPY . .
RUN go build
FROM restic/restic:0.16.0
RUN apk add --no-cache rclone bash
RUN apk add --no-cache rclone bash docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []
CMD [ "autorestic" ]