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