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