Skip to content

Instantly share code, notes, and snippets.

@fgcui1204
Created July 5, 2017 08:53
Show Gist options
  • Save fgcui1204/56144513e2c46f9238a9dd3c146a8361 to your computer and use it in GitHub Desktop.
Save fgcui1204/56144513e2c46f9238a9dd3c146a8361 to your computer and use it in GitHub Desktop.
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