12add0d91Sopenharmony_ci# NOTE: the pacman that we use for this target doesn't support 22add0d91Sopenharmony_ci# to use it on CI and we should pull it from another Docker image. 32add0d91Sopenharmony_ci 42add0d91Sopenharmony_ciFROM huyuumi/libc-switch:latest 52add0d91Sopenharmony_ci 62add0d91Sopenharmony_ciRUN apt-get update && apt-get install -y --no-install-recommends \ 72add0d91Sopenharmony_ci gcc libc6-dev ca-certificates 82add0d91Sopenharmony_ci 92add0d91Sopenharmony_ciENV PATH=$PATH:/rust/bin 10