forked from TrueCloudLab/restic
Add jq to container image
This commit is contained in:
parent
f646406822
commit
c1101ede19
2 changed files with 6 additions and 1 deletions
5
changelog/unreleased/pull-4220
Normal file
5
changelog/unreleased/pull-4220
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Enhancement: Add jq to container image
|
||||||
|
|
||||||
|
The Docker container image now contains jq which can be useful when restic outputs json data.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/pull/4220
|
|
@ -11,7 +11,7 @@ RUN go run build.go
|
||||||
|
|
||||||
FROM alpine:latest AS restic
|
FROM alpine:latest AS restic
|
||||||
|
|
||||||
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata
|
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata jq
|
||||||
|
|
||||||
COPY --from=builder /go/src/github.com/restic/restic/restic /usr/bin
|
COPY --from=builder /go/src/github.com/restic/restic/restic /usr/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue