libzip is a widely used open source library for creating, writing and processing zip files
I have a Dockerfile with a build command like this: #install some base extensions RUN apt-get install -y \ zlib1g-dev \ …
I have a PHP 7.4.2 installation, which is installed by compiling from the scratch. The configure command I used is as …