Get in the habit of cleaning up after `apt-get` invocations

This commit is contained in:
Olaf Meeuwissen 2017-10-22 16:02:34 +09:00
parent c604f0fbb4
commit e0e4d09ed4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ for script in $(ls $rootfs/$bindir); do
done
chroot $rootfs apt-get --purge autoremove -q -y
chroot $rootfs /$bindir/docker-apt-clean $suite
umount $rootfs/dev/pts