mirror of
https://github.com/luzifer-docker/wordpress.git
synced 2024-11-08 12:50:01 +00:00
Install php-curl
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ad0dd7bb60
commit
9b6183ac33
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -euxo pipefail
|
|||
|
||||
url="https://github.com/WordPress/WordPress/archive/${WP_VERSION}.tar.gz"
|
||||
packages=(
|
||||
php7-curl
|
||||
php7-gd
|
||||
php7-mysqli
|
||||
php7-opcache
|
||||
|
|
Loading…
Reference in a new issue