Skip to content

Commit

Permalink
Merge pull request #625 from paigerube14/main
Browse files Browse the repository at this point in the history
Adding test dockerfile
  • Loading branch information
paigerube14 authored Jul 19, 2024
2 parents 87850bd + bd48fd0 commit 4b0574c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prow/Dockerfile_test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM quay.io/openshifttest/python:3.9

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

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 4b0574c

Please sign in to comment.