initial commit

This commit is contained in:
2024-01-27 15:26:26 +01:00
commit 4e5fbb94b9
2 changed files with 113 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM docker.io/library/archlinux:base-devel
RUN useradd -ms /bin/bash builduser
USER builduser
WORKDIR /home/builduser