Skip to content

Commit

Permalink
Merge pull request #57 from smatula/lp_dockerfile_update
Browse files Browse the repository at this point in the history
Update lp interop Dockerfile.
  • Loading branch information
phracek authored Jan 16, 2024
2 parents b954be5 + 8d21967 commit 97415df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN microdnf update -y --nodocs --setopt=install_weak_deps=0 --setopt=*.excludep
&& microdnf install wget

WORKDIR /usr/local/bin
RUN wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz \
&& tar xvf oc.tar.gz
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
Expand Down

0 comments on commit 97415df

Please sign in to comment.