mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
Silence wget output
This commit is contained in:
parent
b256222b42
commit
5d63150bed
9 changed files with 11 additions and 11 deletions
|
|
@ -3,9 +3,9 @@ RUN apt-get update && apt-get install -y \
|
|||
build-essential \
|
||||
libcurl4-openssl-dev \
|
||||
wget
|
||||
RUN wget https://packages.microsoft.com/repos/azurecore/pool/main/a/azguestattestation1/azguestattestation1_1.0.2_amd64.deb \
|
||||
RUN wget -q https://packages.microsoft.com/repos/azurecore/pool/main/a/azguestattestation1/azguestattestation1_1.0.2_amd64.deb \
|
||||
&& apt-get install /azguestattestation1_1.0.2_amd64.deb
|
||||
RUN wget https://github.com/Azure/confidential-computing-cvm-guest-attestation/raw/4bd89d2808912fbaa319e8853e6f5e1e245d45ca/cvm-guest-attestation-linux-app/main.cpp \
|
||||
RUN wget -q https://github.com/Azure/confidential-computing-cvm-guest-attestation/raw/4bd89d2808912fbaa319e8853e6f5e1e245d45ca/cvm-guest-attestation-linux-app/main.cpp \
|
||||
&& sed -i s/test.attest.azure.net/attest.azure.net/ main.cpp \
|
||||
&& touch Utils.h \
|
||||
&& g++ -Os -I/usr/include/azguestattestation1 -oclient main.cpp -lazguestattestation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue