Skip to content

Commit

Permalink
Update Dockerfile.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ramitsurana committed May 9, 2015
1 parent 56526eb commit 9fe2515
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/apps/tools/jenkins/docker/Dockerfile.txt
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
FROM stackbrew/ubuntu:14.04
MAINTAINER Allan Espinosa "allan.espinosa@outlook.com"

RUN apt-get update && apt-get clean
RUN apt-get install -q -y openjdk-7-jre-headless && apt-get clean
ADD http://mirrors.jenkins-ci.org/war/1.607/jenkins.war /opt/jenkins.war
RUN chmod 644 /opt/jenkins.war
ENV JENKINS_HOME /jenkins

ENTRYPOINT ["java", "-jar", "/opt/jenkins.war"]
EXPOSE 8080
CMD [""]

0 comments on commit 9fe2515

Please sign in to comment.