removed knockd ufw, added php modules

This commit is contained in:
2020-04-21 11:49:28 +02:00
parent 7cf2081065
commit 6eaf5dbccd
4 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ echo -e '
'
echo -e "Installing PHP 7.0"
sleep 3
apk add php7 php7-fpm php7-pdo_mysql php7-opcache php7-curl php7-mbstring php7-zip php7-xml php7-gd php7-mcrypt php7-imagick php7-phar php7-json php7-dom
apk add php7 php7-fpm php7-pdo_mysql php7-opcache php7-curl php7-mbstring php7-zip php7-xml php7-gd php7-mcrypt php7-imagick php7-phar php7-json php7-dom php7-tokenizer php7-iconv php7-xmlwriter
echo -e "Configuring PHP"