ansible-nginx/tests/debian-wheezy.Dockerfile

5 lines
88 B
Plaintext
Raw Permalink Normal View History

2015-07-15 17:14:39 +07:00
FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]