aboutsummaryrefslogtreecommitdiff
path: root/libc/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
blob: 6ab9c9231955a625284413ae8ece426f142c8b37 (plain)
1
2
3
4
5
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc libc6-dev ca-certificates
ENV PATH=$PATH:/rust/bin