Skip to content

Instantly share code, notes, and snippets.

@mroger
Created July 14, 2018 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mroger/3cba55a395a275ca7801c522898a6ab9 to your computer and use it in GitHub Desktop.
Save mroger/3cba55a395a275ca7801c522898a6ab9 to your computer and use it in GitHub Desktop.
Dockerfile for ubuntu-jdk8-dev
FROM ubuntu-jdk8:latest
RUN apt-get update && apt-get install -y maven git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment