From 001b88d56c1997a831f38f9df8b6aaec7edcd3f7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 9 Mar 2026 17:03:20 -0600 Subject: [PATCH] Cleanup install deps --- docker/main/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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