Get in the habit of cleaning up after `apt-get` invocations
This commit is contained in:
parent
c604f0fbb4
commit
e0e4d09ed4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue