first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
WORKDIR /root/
|
||||||
|
RUN apk add --no-cache tini git cmake clang ninja perl build-base linux-headers gdb clang-extra-tools clang21-extra-tools python3
|
||||||
|
|
||||||
|
ENTRYPOINT [ "tini", "--", "tail", "-f", "/dev/null" ]
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
docker buildx build -t happytanuki12/dev-env:latest .
|
||||||
|
docker stop dev-env
|
||||||
|
docker run --name dev-env -d happytanuki12/dev-env:latest
|
||||||
Reference in New Issue
Block a user