docker: Dockerfile: add php8-gettext package

This commit is contained in:
nodiscc 2022-09-13 17:49:20 +02:00
parent 8b1f9115ad
commit 74883e373e
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -37,6 +37,7 @@ RUN apk --update --no-cache add \
php8-curl \
php8-fpm \
php8-gd \
php8-gettext \
php8-iconv \
php8-intl \
php8-json \