diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index fde0c06ca..f3e00d0da 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -127,7 +127,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then dpkg -i *.deb rm *.deb - apt-get install -f -y + apt-get -qq install -f -y fi if [[ "${TARGETARCH}" == "arm64" ]]; then