First version of builder

This commit is contained in:
2025-02-18 13:00:27 +01:00
parent c708dcc4c8
commit 376d34283d
2 changed files with 51 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM debian:latest
RUN apt-get update && apt-get install -y \
cmake \
gcc-arm-none-eabi \
nodejs \
npm \
&& rm -rf /var/lib/apt/lists/*
# node and nodejs are needed for the checkout job in the gitea runner