Created
July 5, 2017 08:53
-
-
Save fgcui1204/56144513e2c46f9238a9dd3c146a8361 to your computer and use it in GitHub Desktop.
This file contains 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 go-nexus:5000/heli/ubuntu/java8-gradle:20170517 | |
RUN apt-get install -y wget | |
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 | |
RUN chmod +x /usr/local/bin/dumb-init | |
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment