ci: disable progress output from apt-get
[grml-debootstrap.git] / tests / docker-build-deb.sh
index f9a8c8d..4320c82 100755 (executable)
@@ -18,7 +18,7 @@ if [ -z "$BUILD_NUMBER" ]; then
 fi
 
 apt-get update
-apt-get install --no-install-recommends -y build-essential devscripts equivs
+apt-get install -qq -y --no-install-recommends build-essential devscripts equivs
 
 SOURCEDIR=$PWD