summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile')
-rw-r--r--third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile b/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
new file mode 100644
index 0000000000..ce5bb88e62
--- /dev/null
+++ b/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -0,0 +1,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