mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-02-26 09:32:10 +07:00
6 lines
89 B
Docker
6 lines
89 B
Docker
FROM williamyeh/ansible:debian7-onbuild
|
|
|
|
RUN apt-get update
|
|
CMD ["sh", "tests/test.sh"]
|
|
|