mirror of
https://github.com/restic/restic.git
synced 2025-08-14 13:37:27 +00:00
Add jq to container image
This commit is contained in:
@@ -11,7 +11,7 @@ RUN go run build.go
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user