mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 12:46:31 +00:00
dev-env
This commit is contained in:
parent
0875b447e4
commit
c9e4a419af
5
dev-env/Dockerfile
Normal file
5
dev-env/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM archlinux
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S make clang git pkg-config --noconfirm
|
||||
WORKDIR /workspace
|
||||
ENTRYPOINT ["/bin/bash"]
|
3
dev-env/run
Normal file
3
dev-env/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker build -t slige-dev-env dev-env
|
||||
docker run --name dev-env --rm -it --mount type=bind,source="$(pwd)"/,target=/workspace slige-dev-env
|
Loading…
Reference in New Issue
Block a user