From 8d21967c25132ec2cc47c08b89c7a83f5f26c9c4 Mon Sep 17 00:00:00 2001 From: Stephen Matula Date: Mon, 15 Jan 2024 11:32:12 -0500 Subject: [PATCH] Revert location of oc to /usr/local/bin --- dockerfiles/interop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/interop/Dockerfile b/dockerfiles/interop/Dockerfile index e7f1fb8..463a28f 100644 --- a/dockerfiles/interop/Dockerfile +++ b/dockerfiles/interop/Dockerfile @@ -9,7 +9,7 @@ RUN microdnf update -y --nodocs --setopt=install_weak_deps=0 --setopt=*.excludep && microdnf install python3-lxml \ && microdnf install wget -WORKDIR /bin +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