Skip to content

Commit

Permalink
chore: add jq to aztec image (#8542)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Sep 16, 2024
1 parent b035d01 commit a7fb791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ ENV COMMIT_TAG=$COMMIT_TAG
COPY --from=builder /usr/src /usr/src
WORKDIR /usr/src/yarn-project
# add curl to be able to download CRS file
RUN apt update && apt install -y curl
RUN apt update && apt install -y curl jq
ENTRYPOINT ["yarn"]

0 comments on commit a7fb791

Please sign in to comment.