Skip to content

Commit 4b0574c

Browse files
authored
Merge pull request #625 from paigerube14/main
Adding test dockerfile
2 parents 87850bd + bd48fd0 commit 4b0574c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

prow/Dockerfile_test

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM quay.io/openshifttest/python:3.9
2+
3+
LABEL vendor="Red Hat Inc." maintainer="OCP QE Team"
4+
5+
RUN apt-get update && apt-get install -y gettext-base uuid-runtime jq openssh-client sshpass && \
6+
ln -s /bin/bash /usr/bin/bash && /usr/local/bin/python -m pip install --upgrade pip && pip install virtualenv jq

0 commit comments

Comments
 (0)