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 <shin@warashi.dev>
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
Warashi authored and khanhtc1202 committed Jul 12, 2024
1 parent ba2e927 commit a2e65d7
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 a2e65d7

Please sign in to comment.