feat: first working version

This commit is contained in:
2026-07-18 08:44:23 +02:00
parent 885134989d
commit 60d74112dc
7 changed files with 31 additions and 19 deletions
+2
View File
@@ -5,4 +5,6 @@ LABEL org.opencontainers.image.description="janishutz dev containers base image,
RUN pacman --noconfirm -Sy fish wget git
WORKDIR /mnt
CMD [ "fish" ]