We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87850bd + bd48fd0 commit 4b0574cCopy full SHA for 4b0574c
prow/Dockerfile_test
@@ -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