X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=tests%2Fdocker-install-deb.sh;h=b05695234cb87af7ef334d0134332366e784e484;hb=84a613cf76b1391091f690d44d8483f68bbc20c2;hp=9ba38d03af7c27acdf755bad0055045ba2b7efed;hpb=75f5c299567bd58f57ce097080b1ca80b150da19;p=grml-debootstrap.git diff --git a/tests/docker-install-deb.sh b/tests/docker-install-deb.sh index 9ba38d0..b056952 100755 --- a/tests/docker-install-deb.sh +++ b/tests/docker-install-deb.sh @@ -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"