diff --git a/Dockerfile b/Dockerfile index ecf2ebc..6bd837e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM archlinux:base-devel RUN pacman -Syu --noconfirm \ git \ - base + base \ + wget \ + curl RUN useradd -m -d /build -s /bin/bash archie