feat: external project build template

This commit is contained in:
pips 2025-09-22 13:31:02 +02:00
commit e4a92d0ecf
6 changed files with 109 additions and 0 deletions

8
Dockerfile.builder Normal file
View file

@ -0,0 +1,8 @@
# use specific image if relevant (rust, golang)
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install curl \
# other packages to build \