Add php-dom dependency (#261)

This commit is contained in:
Malachi Soord 2022-10-10 22:29:04 +02:00 committed by GitHub
parent e8f9da2d0d
commit 69724d6ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.22.0-r1 \ nginx=1.22.0-r1 \
php8-curl=8.0.24-r0 \ php8-curl=8.0.24-r0 \
php8-dom=8.0.24-r0 \
php8-fpm=8.0.24-r0 \ php8-fpm=8.0.24-r0 \
php8-iconv=8.0.24-r0 \ php8-iconv=8.0.24-r0 \
php8-mbstring=8.0.24-r0 \ php8-mbstring=8.0.24-r0 \