Skip to content

Commit

Permalink
Install jq in piped-base images (#5009)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada <[email protected]>
  • Loading branch information
Warashi authored Jul 1, 2024
1 parent ce9bc16 commit e20cd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tool/piped-base-okd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
libc-dev \
musl-nscd-dev \
make \
jq \
cmake && \

# Install glibc to be used for building nss_wrapper.
Expand Down
1 change: 1 addition & 0 deletions tool/piped-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
ca-certificates \
git \
openssh \
jq \
curl && \
update-ca-certificates && \
mkdir -p ${PIPED_TOOLS_DIR} && \
Expand Down

0 comments on commit e20cd0b

Please sign in to comment.