feat: improved base container
This commit is contained in:
+3
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
janishutz-dev-env
|
||||||
Reference in New Issue
Block a user