Skip to content

Commit

Permalink
Add jq to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator committed Feb 21, 2023
1 parent f646406 commit d401d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d401d9b

Please sign in to comment.