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" ]
|
||||
Reference in New Issue
Block a user