Skip to content

Commit 4e4d16e

Browse files
committed
B #-: service_wordpess: add missing php-json
1 parent 9e14b9a commit 4e4d16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appliances/wordpress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ONEAPP_SITE_HOSTNAME="${ONEAPP_SITE_HOSTNAME:-$(get_local_ip)}"
9494

9595
MARIADB_CREDENTIALS=/root/.my.cnf
9696
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"
97+
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"
9898

9999

100100
###############################################################################

0 commit comments

Comments
 (0)