xref: /third_party/rust/crates/libc/ci/docker/x86_64-unknown-linux-musl/Dockerfile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/libc/ci/docker/x86_64-unknown-linux-musl/
12add0d91Sopenharmony_ciFROM ubuntu:22.04
22add0d91Sopenharmony_ci
32add0d91Sopenharmony_ciRUN apt-get update
42add0d91Sopenharmony_ciRUN apt-get install -y --no-install-recommends \
52add0d91Sopenharmony_ci  gcc make libc6-dev git curl ca-certificates
62add0d91Sopenharmony_ci
72add0d91Sopenharmony_ciCOPY install-musl.sh /
82add0d91Sopenharmony_ciRUN sh /install-musl.sh x86_64
92add0d91Sopenharmony_ci
102add0d91Sopenharmony_ciENV PATH=$PATH:/musl-x86_64/bin:/rust/bin \
112add0d91Sopenharmony_ci    RUSTFLAGS="-L /musl-x86_64/lib"
12

Indexes created Thu Nov 07 10:32:03 CST 2024