• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1FROM ubuntu:22.04
2RUN apt-get update
3RUN apt-get install -y --no-install-recommends \
4  gcc-multilib libc6-dev ca-certificates
5ENV PATH=$PATH:/rust/bin
6