Skip to content
Snippets Groups Projects
Unverified Commit d3dfdfbb authored by Oliver Smith's avatar Oliver Smith
Browse files

Dockerfile: install php7-xmlwriter (for phpunit)

parent 718d04c2
Branches prepare-tests
No related tags found
1 merge request!9prepare to add tests: fix bin/phpunit and make it work in devel-env
...@@ -10,7 +10,8 @@ RUN apk --no-cache add \ ...@@ -10,7 +10,8 @@ RUN apk --no-cache add \
php7-session \ php7-session \
php7-tokenizer \ php7-tokenizer \
php7-xml \ php7-xml \
php7-xmlrpc php7-xmlrpc \
php7-xmlwriter
# Create user # Create user
RUN adduser -D -s /bin/sh user users RUN adduser -D -s /bin/sh user users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment