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