remove explicit apt update commands

This commit is contained in:
2017-07-03 21:36:22 +02:00
parent 1cd392bed2
commit 92de84d727
4 changed files with 0 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ export_env INITRD no
echo 'deb-src http://httpredir.debian.org/debian/ stretch main' >> /etc/apt/sources.list
echo 'deb http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
echo 'deb-src http://httpredir.debian.org/debian/ stretch-backports main contrib non-free' >> /etc/apt/sources.list
apt update
## Fix some issues with APT packages
# See https://github.com/dotcloud/docker/issues/1024