Created
March 20, 2018 19:04
-
-
Save seaneagan/1a3ff6e7a4199593d9da1f26ddaddda8 to your computer and use it in GitHub Desktop.
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 ubuntu:16.04 | |
RUN apt-get update && apt-get install -y \ | |
curl | |
RUN curl -Lo /usr/local/bin/kubernetes-entrypoint https://raw.githubusercontent.com/seaneagan/kubernetes-entrypoint/pod_dependencies/kubernetes-entrypoint \ | |
&& chmod 755 /usr/local/bin/kubernetes-entrypoint | |
CMD /usr/local/bin/kubernetes-entrypoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment