arm-gcc-ci/Dockerfile
2023-09-13 00:41:28 +03:00

12 lines
163 B
Docker

FROM debian:stable-slim
#FROM node:16-bullseye
RUN apt-get update && \
apt-get install \
gcc-arm-none-eabi \
-y && \
rm -rf /var/cache/apt