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

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