Dockerfil

master
Vincent Schweiger 2024-01-27 15:30:51 +01:00
parent 2adf81aefe
commit 91e78783fb
Signed by: vincent
GPG Key ID: F83B0F0E383CC23F
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM docker.io/library/archlinux:base-devel
RUN pacman -Sy --yes git
RUN useradd -ms /bin/bash builduser
USER builduser