Files
2026-04-22 18:10:45 +09:00

6 lines
220 B
Docker

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" ]