Extension Zip-php in DOCKER
Hello Folks how are you? Im fine thank you, today is always another great day, and i just want to show to everyone how to install php zip in docker container
enter container you would like to change or add
Docker exec -ti Docker_container bash
Then
apt-get update
apt-get install -y libzip-dev
docker-php-ext-install zip
Okay just like that, hah are you like that, teretetet
Btw my env Debian 9, Nginx, Php 7.4 done