Skip to content

Instantly share code, notes, and snippets.

@dustinkirkland
Created July 28, 2015 17:35
Show Gist options
  • Save dustinkirkland/caf4992b719926bb8320 to your computer and use it in GitHub Desktop.
Save dustinkirkland/caf4992b719926bb8320 to your computer and use it in GitHub Desktop.
FROM ubuntu
MAINTAINER you@example.com
RUN apt-get update && apt-get install -y all-the-things
CMD ["/usr/bin/somethingd", "--is-a-okay"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment