Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smilelikeshit committed Feb 16, 2020
1 parent 1702d62 commit f4d9dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ RUN cd /opt/ && wget http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/
&& tar -xvzf apache-maven-3.3.9-bin.tar.gz \
&& mv apache-maven-3.3.9 maven
RUN echo "export M2_HOME=/opt/maven" > /etc/profile.d/maven.sh \
&& export PATH=${M2_HOME}/bin:${PATH} >> /etc/profile.d/maven.sh \
&& echo "export PATH=${M2_HOME}/bin:${PATH}" >> /etc/profile.d/maven.sh \
&& chmod +x /etc/profile.d/maven.sh \
&& source chmod +x /etc/profile.d/maven.sh

RUN mvn --version


Expand Down

0 comments on commit f4d9dee

Please sign in to comment.