summaryrefslogtreecommitdiff
path: root/libgrust/rustc-lib/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
blob: db64f7f915eebdfd9b7f08b59b74f074b72b041f (plain)
1
2
3
4
5
6
7
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
  gcc \
  libc6-dev \
  file \
  make \
  ca-certificates