about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/docker/thumbv7m-none-eabi/Dockerfile
blob: ad0d4351ea654242a78ecb06a80bc1d8d64c6988 (plain)
1
2
3
4
5
6
7
8
9
ARG IMAGE=ubuntu:24.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