From c9594ec0377fe085e6ed12ae1684913107774592 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 22 Oct 2021 15:41:33 +0200 Subject: [PATCH] Add clean pkg cache --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6afe147..326bb4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ RUN pacman -Syu --noconfirm \ curl \ python \ python-pip \ - python-requests + python-requests \ + && pacman -Scc RUN useradd --create-home build