Skip to content

Commit

Permalink
Revert location of oc to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
smatula committed Jan 15, 2024
1 parent 59f9135 commit 8d21967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d21967

Please sign in to comment.