Dockerfil

master
Vincent Schweiger 2024-01-27 15:32:06 +01:00
parent 91e78783fb
commit 1794ce2fd4
Signed by: vincent
GPG Key ID: F83B0F0E383CC23F
1 changed files with 1 additions and 1 deletions

View File

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