ansible-nginx/tests/debian-jessie.Dockerfile

5 lines
90 B
Plaintext
Raw Normal View History

2015-07-15 17:14:39 +07:00
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
2016-10-13 15:19:24 +07:00
CMD ["sh", "tests/travis.sh"]