It requires the zlib system package, a workaround is to add this to your `Dockerfile` ``` RUN apt-get update && \ apt-get install -y \ zlib1g-dev ```