arm-gcc-ci/Dockerfile

11 lines
138 B
Docker
Raw Normal View History

2023-09-12 22:53:40 +03:00
FROM node:16-bullseye
RUN apt-get update && \
apt-get install \
gcc-arm-none-eabi \
-y && \
rm -rf /var/cache/apt