0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

PHP 8.0 for 22+

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2021-08-23 13:48:20 +02:00
parent 3a1f59b21c
commit e5a0391b46

View file

@ -2,7 +2,9 @@
set -eo pipefail
declare -A php_version=(
[default]='7.4'
[default]='8.0'
[20]='7.4'
[21]='7.4'
)
declare -A cmd=(
@ -113,7 +115,7 @@ function create_variant() {
' "$dir/Dockerfile"
case "$phpVersion" in
7.4 )
7.4|8.0 )
sed -ri -e '
\@docker-php-ext-configure gmp --with-gmp@d;
\@/usr/include/gmp.h@d;