Skip to content

Commit adfbe93

Browse files
authored
Update Dockerfile
Update dockerfile for enabling CI
1 parent 46df536 commit adfbe93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openshift-ci/build-root/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.21-open
55
ARG KUBECTL_KUTTL_VERSION=0.12.1
66
ARG OPERATOR_SDK_VERSION=1.22.2
77

8-
RUN yum -y install dnf httpd-tools podman docker
9-
108
# Install kubectl tool which is used in e2e-tests
119
RUN curl -sSL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
1210
chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)