about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
blob: 2ef800129d67528ba1c33633409614df844027eb (plain)
1
2
3
4
5
6
ARG IMAGE=ubuntu:25.04
FROM $IMAGE

RUN apt-get update && \
    apt-get install -y --no-install-recommends \
    gcc m4 make libc6-dev ca-certificates