Skip to content

Commit

Permalink
Merge pull request #639 from paigerube14/main
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 authored Aug 22, 2024
2 parents 3634cd7 + c19cddc commit 50929c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM quay.io/openshifttest/python:3.9

LABEL vendor="Red Hat Inc." maintainer="OCP QE Team"

RUN curl -sSL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux-amd64-rhel8.tar.gz | tar -xvzf - &&\
mv kubectl /bin

RUN apt-get update && apt-get install -y gettext-base uuid-runtime jq openssh-client sshpass && \
ln -s /bin/bash /usr/bin/bash && /usr/local/bin/python -m pip install --upgrade pip && pip install virtualenv jq

0 comments on commit 50929c2

Please sign in to comment.