• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NOTE: the pacman that we use for this target doesn't support
2# to use it on CI and we should pull it from another Docker image.
3
4FROM huyuumi/libc-switch:latest
5
6RUN apt-get update && apt-get install -y --no-install-recommends \
7    gcc libc6-dev ca-certificates
8
9ENV PATH=$PATH:/rust/bin
10