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