feat: launch scripts, dockerfiles for more languages

This commit is contained in:
2026-07-02 09:53:01 +02:00
parent 93e212607a
commit e0ebb5e5bc
17 changed files with 132 additions and 5 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
FROM archlinux
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"
RUN pacman --noconfirm -Sy fish wget git
# TODO: Finish
# RUN wget https://git.janishutz.com/
CMD [ "fish" ]