Created
July 1, 2016 20:30
-
-
Save udienz/0ee7502df00b417b07165d24aad79837 to your computer and use it in GitHub Desktop.
Dockerfile from: https://hub.docker.com/r/udienz/puppet-lint/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM udienz/images:xenial-ruby231 | |
Maintainer Mahyuddin Susanto <[email protected]> | |
VOLUME /code | |
WORKDIR /code/ | |
COPY tests/wrapper.sh / | |
ENTRYPOINT [ "/wrapper.sh" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment