Dockerfil

This commit is contained in:
2024-01-27 15:30:51 +01:00
parent 2adf81aefe
commit 91e78783fb

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