Skip to content

Commit

Permalink
fix: Add missing php7-xmlreader to container image
Browse files Browse the repository at this point in the history
WordPress Coding Standards sniffs require `XMLReader` support from PHP. 

* Add the missing Alpine package `php7-xmlreader` to `Dockerfile`

Fixes codeclimate#94
  • Loading branch information
lucyllewy committed Jun 30, 2022
1 parent 0a0cad0 commit 417a7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache \
php7-sockets \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-xmlwriter \
php7-zlib

Expand Down

0 comments on commit 417a7b6

Please sign in to comment.