mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-02-24 09:23:29 +07:00
6 lines
140 B
Docker
6 lines
140 B
Docker
FROM williamyeh/ansible:debian8-onbuild
|
|
|
|
RUN apt-get update && ansible-galaxy install HanXHX.dotdeb
|
|
CMD ["sh", "tests/test.sh", "php-7.0"]
|
|
|