add missing -qqy... docker stops firstrun

This commit is contained in:
sparklyballs 2015-09-06 14:34:56 +01:00
parent 48376b0963
commit cf85e1b0fc

View File

@ -1,4 +1,5 @@
#!/bin/bash
apt-get update -qq && \
apt-get --only-upgrade install $APTLIST
apt-get update -qq
apt-get --only-upgrade install \
$APTLIST -qqy