summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
blob: ce5bb88e625d8eeb7dea12a52f543954359ce5e2 (plain)
1
2
3
4
5
6
7
8
9
10
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
  gcc \
  libc6-dev \
  file \
  make \
  ca-certificates \
  cmake \
  libclang-dev \
  clang