diff --git a/tool/piped-base-okd/Dockerfile b/tool/piped-base-okd/Dockerfile index 6e45f8ab85..2f40117827 100644 --- a/tool/piped-base-okd/Dockerfile +++ b/tool/piped-base-okd/Dockerfile @@ -16,6 +16,7 @@ RUN \ libc-dev \ musl-nscd-dev \ make \ + jq \ cmake && \ # Install glibc to be used for building nss_wrapper. diff --git a/tool/piped-base/Dockerfile b/tool/piped-base/Dockerfile index 3f7318c916..a6b4e3ae75 100644 --- a/tool/piped-base/Dockerfile +++ b/tool/piped-base/Dockerfile @@ -16,6 +16,7 @@ RUN \ ca-certificates \ git \ openssh \ + jq \ curl && \ update-ca-certificates && \ mkdir -p ${PIPED_TOOLS_DIR} && \