From 93dc3b2ae27af095bd93b64c462009d1bc12a9f1 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 23 Oct 2021 13:59:12 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 607ee1c..17e96ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN pacman -Syu --noconfirm \ python \ python-pip \ python-requests \ - && pacman -Scc + && yes | pacman -Scc RUN useradd --create-home build