fix: Dockerfile for OpenShift CI (#1653)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1654/head
Anatolii Bazko 2023-04-04 09:53:11 +03:00 committed by GitHub
parent 3a61595a99
commit 55720a69b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ FROM registry.ci.openshift.org/openshift/release:golang-1.18
SHELL ["/bin/bash", "-c"]
# Install yq, kubectl, chectl cli.
RUN yum install --assumeyes -d1 python3-pip httpd-tools nodejs && \
RUN yum install --assumeyes -d1 python3-pip nodejs && \
pip3 install --upgrade pip && \
pip3 install --upgrade setuptools && \
pip3 install yq && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \