From 52f32ba7e8bfa3154e3922b7812489ab0ab47512 Mon Sep 17 00:00:00 2001 From: Ayaka Date: Thu, 12 Sep 2024 19:56:29 +1200 Subject: [PATCH] HUGE CHANGES --- xfce-custom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-custom/Dockerfile b/xfce-custom/Dockerfile index 1d0fb28..6aa9386 100644 --- a/xfce-custom/Dockerfile +++ b/xfce-custom/Dockerfile @@ -26,7 +26,7 @@ RUN set -eux; \ apt-get update; \ apt-get install librewolf -y; \ # - # clean up + # Clean up apt-get clean -y; \ rm -rf /var/lib/apt/lists/* /var/cache/apt/* #