Commit 3634cd7 1 parent 4b0574c commit 3634cd7 Copy full SHA for 3634cd7
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ FROM quay.io/openshifttest/python:3.9
2
2
3
3
LABEL vendor="Red Hat Inc." maintainer="OCP QE Team"
4
4
5
- RUN curl -sSL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux-amd64-rhel8.tar.gz | tar -xvzf - &&\
6
- mv oc /bin && mv kubectl /bin && apt-get update && apt-get install -y gettext-base uuid-runtime jq openssh-client sshpass && \
7
- ln -s /bin/bash /usr/bin/bash && /usr/local/bin/python -m pip install --upgrade pip && pip install virtualenv jq
8
5
9
- RUN oc version
6
+ RUN apt-get update && apt-get install -y gettext-base uuid-runtime jq openssh-client sshpass && \
7
+ ln -s /bin/bash /usr/bin/bash && /usr/local/bin/python -m pip install --upgrade pip && pip install virtualenv jq
You can’t perform that action at this time.
0 commit comments