about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/docker/thumbv7em-none-eabi/Dockerfile
blob: a9a172a21137d678554ad267aeff702355e414d3 (plain)
1
2
3
4
5
6
7
8
9
ARG IMAGE=ubuntu:25.04
FROM $IMAGE

RUN apt-get update && \
    apt-get install -y --no-install-recommends \
    gcc libc6-dev ca-certificates \
    gcc-arm-none-eabi \
    libnewlib-arm-none-eabi
ENV BUILD_ONLY=1