Skip to content

Instantly share code, notes, and snippets.

@seaneagan
Created March 20, 2018 19:04
Show Gist options
  • Save seaneagan/1a3ff6e7a4199593d9da1f26ddaddda8 to your computer and use it in GitHub Desktop.
Save seaneagan/1a3ff6e7a4199593d9da1f26ddaddda8 to your computer and use it in GitHub Desktop.
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