Skip to content

Commit

Permalink
use silent and local for curl downloads
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Jul 19, 2024
1 parent bace443 commit 5ea836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker_files/ocsci_container/Containerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
&& chmod +x kubectl \
&& mv kubectl /usr/local/bin/

RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -C /usr/local/bin -zxvf - oc
RUN curl -sL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -C /usr/local/bin -zxvf - oc

RUN dnf install -y --nodocs python39 git jq rsync make \
&& dnf clean all \
Expand Down

0 comments on commit 5ea836c

Please sign in to comment.