]> git.proxmox.com Git - rustc.git/blobdiff - vendor/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / packed_simd / ci / docker / x86_64-unknown-linux-gnu / Dockerfile
diff --git a/vendor/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile b/vendor/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
new file mode 100644 (file)
index 0000000..e6b000d
--- /dev/null
@@ -0,0 +1,10 @@
+FROM ubuntu:17.10
+RUN apt-get update && apt-get install -y --no-install-recommends \
+  gcc \
+  libc6-dev \
+  file \
+  make \
+  ca-certificates \
+  cmake \
+  libclang-dev \
+  clang