diff options
Diffstat (limited to 'vendor/libz-sys/ci/Dockerfile')
-rw-r--r-- | vendor/libz-sys/ci/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/libz-sys/ci/Dockerfile b/vendor/libz-sys/ci/Dockerfile new file mode 100644 index 000000000..ae1599c05 --- /dev/null +++ b/vendor/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 + |