This commit is contained in:
MedzikUser 2021-10-09 14:52:02 +02:00
parent eebdef9402
commit 52b53cb767
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
FROM archlinux:base-devel
RUN useradd -m archie
RUN pacman -Syu --noconfirm \
git \
base
RUN useradd -m archie
USER archie
RUN mkdir -p /home/archie