Dropped installing the json extension, is included in PHP's core.

Fixes #89
This commit is contained in:
Tim de Pater
2022-03-20 06:26:17 +01:00
parent b3ee5d84c0
commit f4db6cea40

View File

@@ -16,7 +16,6 @@ RUN apk add --no-cache \
php8-fpm \
php8-gd \
php8-intl \
php8-json \
php8-mbstring \
php8-mysqli \
php8-opcache \