diff --git a/Dockerfile b/Dockerfile index 6bd837e..6f03a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,10 @@ RUN pacman -Syu --noconfirm \ git \ base \ wget \ - curl + curl \ + python \ + python-pip \ + python-requests RUN useradd -m -d /build -s /bin/bash archie