mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
Silence wget output
This commit is contained in:
parent
b256222b42
commit
5d63150bed
9 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ RUN dnf -y update && \
|
|||
dnf clean all
|
||||
|
||||
ARG GO_VER=1.18.3
|
||||
RUN wget https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \
|
||||
RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \
|
||||
tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
|
||||
rm go${GO_VER}.linux-amd64.tar.gz
|
||||
ENV PATH ${PATH}:/usr/local/go/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue