diff --git a/bootstrap.sh b/bootstrap.sh index 6c5d7e2..c5daeff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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