Created
July 28, 2015 17:35
-
-
Save dustinkirkland/caf4992b719926bb8320 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 | |
MAINTAINER [email protected] | |
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