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:
parent
e0a9d66d99
commit
8b1f9115ad
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ RUN apk --update --no-cache add \
|
||||||
php8-simplexml \
|
php8-simplexml \
|
||||||
php8-tokenizer \
|
php8-tokenizer \
|
||||||
php8-xdebug \
|
php8-xdebug \
|
||||||
|
php8-xmlwriter \
|
||||||
php8-xml \
|
php8-xml \
|
||||||
php8-zlib \
|
php8-zlib \
|
||||||
rsync
|
rsync
|
||||||
|
|
Loading…
Reference in a new issue