From ae4af3df6bdd011f6e23b50751a78e126bf9623c Mon Sep 17 00:00:00 2001 From: Olof Nord Date: Mon, 27 Mar 2023 23:32:16 +0200 Subject: [PATCH] remove verbose flag config --- Dockerfile.focal-riscv64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.focal-riscv64 b/Dockerfile.focal-riscv64 index 7e59c02..07b4456 100644 --- a/Dockerfile.focal-riscv64 +++ b/Dockerfile.focal-riscv64 @@ -3,7 +3,7 @@ FROM riscv64/ubuntu:focal ENV ARCH=riscv64 DIST=focal # inherited by build scripts -ARG VERBOSE=1 +ARG VERBOSE=0 COPY /entrypoint-ubuntu.sh /entrypoint.sh