Skip to content

Commit f83e703

Browse files
committed
Add jq in the e2e tests image
Signed-off-by: David Kwon <[email protected]>
1 parent cf4c38d commit f83e703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/oci.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed
2323
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
2424
pip3 install --upgrade pip && \
2525
pip3 install --ignore-installed --upgrade setuptools && \
26-
# Install yq
27-
pip3 install yq && \
26+
# Install yq and jq
27+
pip3 install yq jq && \
2828
# Install kubectl
2929
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
3030
chmod +x ./kubectl && \

0 commit comments

Comments
 (0)