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

View File

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