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