arm-gcc-ci/Dockerfile

12 lines
163 B
Docker
Raw Normal View History

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