Files
third_party_rust_libc/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
T
2026-03-04 12:00:43 +08:00

12 lines
204 B
Docker

FROM ubuntu:25.04
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
gcc \
libc6-dev
RUN apt search linux-headers
RUN ls /usr/src
ENV PATH=$PATH:/rust/bin