arm-gcc-ci/Dockerfile
2023-09-13 13:16:42 +03:00

11 lines
140 B
Docker

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