feat: basic container setup
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
FROM archlinux
|
||||
RUN pacman -S fish wget
|
||||
|
||||
RUN pacman --noconfirm -Sy fish wget git
|
||||
# TODO: Finish
|
||||
RUN wget
|
||||
# RUN wget https://git.janishutz.com/
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd base
|
||||
docker buildx build . -t git.janishutz.com/registry/dev-container-base
|
||||
|
||||
cd ../npm
|
||||
docker buildx build . -t git.janishutz.com/registry/dev-container-npm
|
||||
|
||||
# cd ../vue
|
||||
# docker buildx build . -t git.janishutz.com/registry/dev-container-vue
|
||||
#
|
||||
# cd ../python
|
||||
# docker buildx build . -t git.janishutz.com/registry/dev-container-python
|
||||
@@ -0,0 +1,3 @@
|
||||
FROM git.janishutz.com/registry/dev-container-base
|
||||
|
||||
RUN pacman --noconfirm -S nodejs npm yarn
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
FROM git.janishutz.com/registry/dev-container-npm
|
||||
|
||||
Reference in New Issue
Block a user