From e0e4d09ed437a76da75737434313d686b0255032 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 22 Oct 2017 16:02:34 +0900 Subject: [PATCH] Get in the habit of cleaning up after `apt-get` invocations --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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