Initial commit

This commit is contained in:
2024-06-19 11:33:02 +02:00
commit 3eadde6d2c
3 changed files with 24 additions and 0 deletions

4
cpp-builder/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache git cmake clang ninja libusb-dev