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