Initial commit

This commit is contained in:
ext 2025-09-24 18:29:03 +02:00
commit 77eb78058b
9 changed files with 352 additions and 0 deletions

6
Dockerfile.builder Normal file
View file

@ -0,0 +1,6 @@
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
# other packages to build \