Add curl to docker image (#344)

This commit is contained in:
Matthias Liffers
2024-01-12 01:56:35 +08:00
committed by GitHub
parent f8603425d1
commit 046c79fd15

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 curl
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []
CMD [ "autorestic" ]