From e0e4c52dd0be03530cff7d92c55d534629ab945b Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 24 Oct 2021 16:36:04 +0200 Subject: [PATCH] add pacman-contrib to install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 17e96ab..4382344 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN pacman -Syu --noconfirm \ base \ wget \ curl \ + pacman-contrib \ python \ python-pip \ python-requests \