Getting error configure: error: Please reinstall the libzip distributionwhen compiling this extension for php 7.3?You need to install the 'libzip' package.In Dockerfile you would do this like:# Install zipRUN apt-get update && \ apt-get install -y \ libzip-dev \ && docker-php-ext-install zip