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