Skip to content

Commit

Permalink
Merge pull request #77 from smatula/lp_dockerfile_fix
Browse files Browse the repository at this point in the history
Remove install of old oc from lp interop dockerfile
  • Loading branch information
phracek authored Jul 29, 2024
2 parents 09fd748 + 480030e commit af9d822
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfiles/interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit af9d822

Please sign in to comment.