This commit is contained in:
MedzikUser 2021-10-09 19:12:12 +02:00
parent fdbb9f1d01
commit 9fce1de9c3
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 3 additions and 1 deletions

View File

@ -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