Hello,
Hope I’m in the right forum, I’m a docker newbie…
I’m using phpexcel in my site.
I have this error :
Fatal error** : Class 'ZipArchive' not found in **/var/www/html/excel/phpExcel/PHPExcel/Writer/Excel2007.php** on line **227
because I have to move my site from one server to a new one (with DockerFile…)
I’m using PHPExcel, and like we can see in the error, ZipArchive is missing.
Do you know how can I include it below in my DockerFile please ?
FROM registry.xe.ulb.be:5000/global-okd/php/5.6.40-apache-cas:latest
LABEL maintainer="JBM<jJBM@nothing.be> && Developper"
USER root
# Add here your PHP ext
# Ex : RUN docker-php-ext-install mysql && docker-php-ext-enable mysql
Thank you in advance for your help