wordpress alpine added php7-iconv

This commit is contained in:
hulamy
2022-09-23 20:22:35 +02:00
parent 4d460d51a1
commit ea26d08301
4 changed files with 8 additions and 5 deletions

View File

@@ -17,10 +17,10 @@ WP_DIR=/var/www/html
WP_URL=hulamy.42.fr
WP_TITLE=title
WP_ADMIN=admin
WP_ADMIN=hulamy
WP_ADMIN_PSWD="you shall not password !"
WP_ADMIN_EMAIL=admin@email.fr
WP_ADMIN_EMAIL=hulamy@42.fr
WP_USER=user
WP_USER=moehu36
WP_USER_PSWD="it's a secret for nobody"
WP_USER_EMAIL=user@email.fr
WP_USER_EMAIL=moehu36@42.fr

View File

@@ -29,6 +29,7 @@
php7-mysqli \
php7-phar \
php7-json \
php7-iconv \
mariadb-client \
curl \
bash vim