ci: disable progress output from apt-get
[grml-debootstrap.git] / tests / docker-install-deb.sh
index 9ba38d0..b056952 100755 (executable)
@@ -15,5 +15,5 @@ DEB_NAME="$1"
 
 apt-get update
 # docker images can be relatively old, especially for unstable.
-apt-get -y upgrade
-apt-get -y install "$DEB_NAME"
+apt-get upgrade -qq -y
+apt-get install -qq -y "$DEB_NAME"