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, 0 insertions, 10 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
deleted file mode 100644
index ce5bb88e62..0000000000
--- a/third_party/rust/packed_simd/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-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