From 0290e8957be416f671c17a1d3f6cb8deff8f4c95 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sat, 9 Oct 2021 23:24:06 +0200 Subject: [PATCH] update --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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