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