mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
5 lines
90 B
Docker
5 lines
90 B
Docker
FROM williamyeh/ansible:debian8-onbuild
|
|
|
|
RUN apt-get update
|
|
CMD ["sh", "tests/travis.sh"]
|