Skip to content

Instantly share code, notes, and snippets.

@michelmarciano
Created January 29, 2019 11:55
Show Gist options
  • Save michelmarciano/4a129cb3fda0d1e7cac4fb4c1bd23435 to your computer and use it in GitHub Desktop.
Save michelmarciano/4a129cb3fda0d1e7cac4fb4c1bd23435 to your computer and use it in GitHub Desktop.
dockerfile01
FROM jenkins/jenkins:2.112
USER root
RUN apt-get update && apt-get install -y make git openjdk-8-jdk
USER jenkins
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment