We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f3594 commit 5e32773Copy full SHA for 5e32773
.ci/oci.Dockerfile
@@ -22,7 +22,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed
22
23
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
24
pip3 install --upgrade pip && \
25
- pip3 install --upgrade setuptools && \
+ pip3 install --ignore-installed --upgrade setuptools && \
26
# Install yq
27
pip3 install yq && \
28
# Install kubectl
0 commit comments