Compare commits

...

2 Commits

Author SHA1 Message Date
76c8060919 Merge branch 'master' into feature/add-docker-cli 2024-02-15 14:25:44 +01:00
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.4
RUN apk add --no-cache rclone bash curl
RUN apk add --no-cache rclone bash curl docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []
CMD [ "autorestic" ]