[go: up one dir, main page]

libz-sys 1.0.27

Low-level bindings to the system libz library (also known as zlib).
Documentation
1
2
3
4
5
6
7
FROM ubuntu:18.04

RUN apt-get update -y && apt-get install -y --no-install-recommends \
  gcc \
  libc6-dev \
  ca-certificates