diff options
Diffstat (limited to 'third_party/rust/libz-sys/ci/Dockerfile')
-rw-r--r-- | third_party/rust/libz-sys/ci/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/libz-sys/ci/Dockerfile b/third_party/rust/libz-sys/ci/Dockerfile new file mode 100644 index 0000000000..ae1599c059 --- /dev/null +++ b/third_party/rust/libz-sys/ci/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:18.04 + +RUN apt-get update -y && apt-get install -y --no-install-recommends \ + gcc \ + libc6-dev \ + ca-certificates + |