Skip to content

Commit

Permalink
Merge pull request #138 from jimdelois/feature-alpine-tokenizer
Browse files Browse the repository at this point in the history
Adding Tokenizer Extension to Alpine Container
  • Loading branch information
bryanlatten committed Jul 27, 2017
2 parents cf096b6 + a4ef6f5 commit 9333619
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN apk update && \
php7-sysvsem \
php7-sysvshm \
php7-shmop \
php7-tokenizer \
php7-xdebug \
php7-xml \
php7-xmlreader \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Three variants are available:
- sysvmsg
- sysvsem
- sysvshm
- tokenizer
- xdebug~
- xml
- xmlreader
Expand Down
2 changes: 2 additions & 0 deletions container/root/tests/php-fpm/alpine.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ package:
installed: true
php7-shmop:
installed: true
php7-tokenizer:
installed: true
php7-xdebug:
installed: true
php7-xml:
Expand Down
2 changes: 2 additions & 0 deletions container/root/tests/php-fpm/base.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ command:
exit-status: 0
php -m | grep -i sysvshm:
exit-status: 0
php -m | grep -i tokenizer:
exit-status: 0
php -m | grep -i xml:
exit-status: 0
php -m | grep -i xmlreader:
Expand Down

0 comments on commit 9333619

Please sign in to comment.