first commit

This commit is contained in:
2026-04-22 18:10:45 +09:00
commit 100b254ae4
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -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" ]