Skip to content

Commit 5e32773

Browse files
authored
Update oci.Dockerfile (#1420)
Signed-off-by: David Kwon <[email protected]>
1 parent d3f3594 commit 5e32773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/oci.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed
2222

2323
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
2424
pip3 install --upgrade pip && \
25-
pip3 install --upgrade setuptools && \
25+
pip3 install --ignore-installed --upgrade setuptools && \
2626
# Install yq
2727
pip3 install yq && \
2828
# Install kubectl

0 commit comments

Comments
 (0)