6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
FROM williamyeh/ansible:debian7-onbuild
|
||
|
|
||
|
RUN apt-get update
|
||
|
CMD ["sh", "tests/test.sh"]
|
||
|
|