Skip to content

Instantly share code, notes, and snippets.

@mschoch
Created December 8, 2013 14:33
Show Gist options
  • Save mschoch/7858342 to your computer and use it in GitHub Desktop.
Save mschoch/7858342 to your computer and use it in GitHub Desktop.
Dockerfile for dustin/tiny + java
FROM dustin/tiny
MAINTAINER Marty Schoch "[email protected]"
RUN apt-get update
RUN apt-get install -y openjdk-7-jre-headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment