Files
2025-02-18 13:00:27 +01:00

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