Skip to content

Commit

Permalink
ci: Add jq tool to iroha2 profiler image (#4919)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored Jul 30, 2024
1 parent 0e48a3f commit 26c8323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV GID=1001

RUN set -ex && \
apt-get update -y && \
apt-get install -y curl ca-certificates && \
apt-get install -y curl ca-certificates jq && \
addgroup --gid $GID $USER && \
adduser \
--disabled-password \
Expand Down

0 comments on commit 26c8323

Please sign in to comment.