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