feat: improved base container

This commit is contained in:
2026-07-24 11:04:39 +02:00
parent 60d74112dc
commit e189c6d9bf
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ FROM archlinux
LABEL org.opencontainers.image.title="janishutz dev containers base" LABEL org.opencontainers.image.title="janishutz dev containers base"
LABEL org.opencontainers.image.description="janishutz dev containers base image, off which other containers are to be based" LABEL org.opencontainers.image.description="janishutz dev containers base image, off which other containers are to be based"
RUN pacman --noconfirm -Sy fish wget git RUN pacman --noconfirm -Sy fish wget git zoxide
COPY ./hostname /etc/hostname
WORKDIR /mnt WORKDIR /mnt
+1
View File
@@ -0,0 +1 @@
janishutz-dev-env