Skip to content

Commit 417a7b6

Browse files
authored
fix: Add missing php7-xmlreader to container image
WordPress Coding Standards sniffs require `XMLReader` support from PHP. * Add the missing Alpine package `php7-xmlreader` to `Dockerfile` Fixes codeclimate#94
1 parent 0a0cad0 commit 417a7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apk add --no-cache \
1919
php7-sockets \
2020
php7-tokenizer \
2121
php7-xml \
22+
php7-xmlreader \
2223
php7-xmlwriter \
2324
php7-zlib
2425

0 commit comments

Comments
 (0)