Skip to content

Commit 3634cd7

Browse files
authored
spacing (#637)
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 4b0574c commit 3634cd7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

prow/Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM quay.io/openshifttest/python:3.9
22

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

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
85

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

0 commit comments

Comments
 (0)