Skip to content

Commit

Permalink
[fix] Install jq when building plugins image (#12750)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier authored Apr 9, 2024
1 parent a3d5276 commit 46a6ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ARG COMMIT_SHA

COPY . .

RUN apt-get update && apt-get install -y jq

# Build the golang binaries
RUN make install-chainlink

Expand Down

0 comments on commit 46a6ea2

Please sign in to comment.