We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e14b9a commit 4e4d16eCopy full SHA for 4e4d16e
appliances/wordpress.sh
@@ -94,7 +94,7 @@ ONEAPP_SITE_HOSTNAME="${ONEAPP_SITE_HOSTNAME:-$(get_local_ip)}"
94
95
MARIADB_CREDENTIALS=/root/.my.cnf
96
MARIADB_CONFIG=/etc/my.cnf.d/wordpress.cnf
97
-DEP_PKGS="coreutils httpd mod_ssl mariadb mariadb-server php php-common php-mysqlnd php-gd php-xml php-mbstring unzip wget curl openssl expect ca-certificates"
+DEP_PKGS="coreutils httpd mod_ssl mariadb mariadb-server php php-common php-mysqlnd php-json php-gd php-xml php-mbstring unzip wget curl openssl expect ca-certificates"
98
99
100
###############################################################################
0 commit comments