System: raspios buster arm64
Docker: aapanel/aapanel:lib
After settup lnmp and install php7.4 and 8.0, I expected zip module for php was not listed by
php -m
Both Wordpress and Nextcloud show up:
PHP module zip not installed.
Plus, nextcloud also warning:
Setting locale to en_US.UTF-8/fr_FR.UTF-8/es_ES.UTF-8/de_DE.UTF-8/ru_RU.UTF-8/pt_BR.UTF-8/it_IT.UTF-8/ja_JP.UTF-8/zh_CN.UTF-8 failed
Please install one of these locales on your system and restart your webserver.
How can I install zip module and locales for centos 7.9 (aapanel/aapanel:lib)?
I tried several code to install php zip module and locale but still failed.