First version of builder
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user