added missing php-gd

This commit is contained in:
Omair Saleh
2019-01-24 00:17:33 +08:00
parent f0c760539c
commit bc9434401c
+1 -1
View File
@@ -58,7 +58,7 @@ openssl rsa -noout -modulus -in /etc/nginx/ssl/self-ssl.key| openssl md5
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
# install PHP
yum -y install php72w php72w-curl php72w-common php72w-cli php72w-mysql php72w-mbstring php72w-fpm php72w-xml php72w-pdo php72w-zip
yum -y install php72w php72w-curl php72w-common php72w-cli php72w-mysql php72w-mbstring php72w-fpm php72w-xml php72w-pdo php72w-zip php72w-gd
# install and enable php-fpm
yum -y install php72w-fpm