mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 21:47:09 +00:00
feat(docker): add jq inside the Docker image
This commit is contained in:
parent
10b82d67a1
commit
c2a17414f9
|
@ -35,7 +35,7 @@ ARG ARTIFACT=webhookd
|
|||
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
|
||||
# Install deps
|
||||
RUN apk add --no-cache git openssh-client
|
||||
RUN apk add --no-cache git openssh-client jq
|
||||
|
||||
# Install binary
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT-linux-amd64 /usr/local/bin/$ARTIFACT
|
||||
|
|
Loading…
Reference in New Issue
Block a user