From 26c83232cb84210923b3db713d616bdb41abdd31 Mon Sep 17 00:00:00 2001 From: BAStos525 <66615487+BAStos525@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:28:29 +0300 Subject: [PATCH] ci: Add jq tool to iroha2 profiler image (#4919) Signed-off-by: BAStos525 --- Dockerfile.glibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.glibc b/Dockerfile.glibc index 0aacc8d256e..bdc26b1f7bd 100644 --- a/Dockerfile.glibc +++ b/Dockerfile.glibc @@ -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 \