From 480030ead126f047b4163ff020f4f465a7157fbe Mon Sep 17 00:00:00 2001 From: Stephen Matula Date: Wed, 24 Jul 2024 13:22:41 -0400 Subject: [PATCH] Remove install of old oc from lp interop dockerfile --- dockerfiles/interop/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dockerfiles/interop/Dockerfile b/dockerfiles/interop/Dockerfile index 463a28f..9b8b98b 100644 --- a/dockerfiles/interop/Dockerfile +++ b/dockerfiles/interop/Dockerfile @@ -9,10 +9,6 @@ RUN microdnf update -y --nodocs --setopt=install_weak_deps=0 --setopt=*.excludep && microdnf install python3-lxml \ && microdnf install wget -WORKDIR /usr/local/bin -RUN wget -q https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz \ - && tar xvf openshift-client-linux.tar.gz - RUN mkdir -p /tmp/tests/ansible-tests WORKDIR /tmp/tests/ansible-tests COPY . .