Skip to content

Instantly share code, notes, and snippets.

@fgrehm
Created June 5, 2013 01:44
Show Gist options
  • Save fgrehm/5711068 to your computer and use it in GitHub Desktop.
Save fgrehm/5711068 to your computer and use it in GitHub Desktop.
OpenJDK 7 JRE Dockerfile
# OpenJDK 7 JRE
#
# VERSION 0.0.1
FROM base
MAINTAINER Fabio Rehm "fgrehm@gmail.com"
RUN apt-get update
RUN apt-get install -y openjdk-7-jre-headless
RUN apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment