tests/docker: add php8-xmlwriter packate to alpine316 test image

- squizlabs/php_codesniffer[3.0.0, ..., 3.7.1] require ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
This commit is contained in:
nodiscc 2022-09-13 17:12:41 +02:00
parent e0a9d66d99
commit 8b1f9115ad
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -20,6 +20,7 @@ RUN apk --update --no-cache add \
php8-simplexml \
php8-tokenizer \
php8-xdebug \
php8-xmlwriter \
php8-xml \
php8-zlib \
rsync