Files
embedded-buillder/Dockerfile

9 lines
216 B
Docker

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