Skip to content

Commit

Permalink
including Maven in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Sep 10, 2015
1 parent 9eadaa6 commit bc6ca35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attendees/cicd/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN curl -L https://get.docker.com/builds/Linux/x86_64/docker-latest > /usr/loca
RUN chmod +x /usr/local/bin/docker

RUN curl -L http://apache.uib.no/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip -o /tmp/apache-maven-3.3.3-bin.zip
RUN unzip /tmp/apache-maven-3.3.3-bin.zip
RUN export PATH=/tmp/apache-maven-3.3.3/bin:$PATH
RUN unzip /tmp/apache-maven-3.3.3-bin.zip -d /tmp
ENV PATH /tmp/apache-maven-3.3.3/bin:$PATH

USER jenkins

Expand Down

0 comments on commit bc6ca35

Please sign in to comment.