Files
rust/library/compiler-builtins/ci/docker/x86_64-unknown-linux-gnu/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
151 B
Docker
Raw Normal View History

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