We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4c38d commit f83e703Copy full SHA for f83e703
.ci/oci.Dockerfile
@@ -23,8 +23,8 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed
23
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
24
pip3 install --upgrade pip && \
25
pip3 install --ignore-installed --upgrade setuptools && \
26
- # Install yq
27
- pip3 install yq && \
+ # Install yq and jq
+ pip3 install yq jq && \
28
# Install kubectl
29
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
30
chmod +x ./kubectl && \
0 commit comments