From 27ba00435d6f1f95ecf565ecb703f1d180def0d3 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 4 Sep 2024 17:13:32 +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..c544ca3 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 \ No newline at end of file