Add curl to docker image (#344)

pull/350/head
Matthias Liffers 10 months ago committed by GitHub
parent f8603425d1
commit 046c79fd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" ]

Loading…
Cancel
Save