From 621fcea8ba19e9ba6493c6379352b3f781c8e6bd Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 4 Sep 2024 17:13:54 +0200 Subject: [PATCH] Update hooks/999-cleanup-apt-cache.chroot --- hooks/999-cleanup-apt-cache.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/999-cleanup-apt-cache.chroot b/hooks/999-cleanup-apt-cache.chroot index 411f7c4..d94bbf3 100755 --- a/hooks/999-cleanup-apt-cache.chroot +++ b/hooks/999-cleanup-apt-cache.chroot @@ -4,3 +4,4 @@ rm -f /var/lib/apt/lists/*_Packages rm -f /var/lib/apt/lists/*_Sources rm -f /var/lib/apt/lists/*_Translation-* +apt clean -y