Commit 9e3c98f1 authored by Feng Xiao's avatar Feng Xiao

Fix maven path.

Change-Id: I252d7a644a9e4064a9f1a816a2be3f25f37b4c43
parent fdd970e4
...@@ -23,7 +23,7 @@ ENV PATH $JAVA_HOME/bin:$PATH ...@@ -23,7 +23,7 @@ ENV PATH $JAVA_HOME/bin:$PATH
# Install Maven # Install Maven
RUN wget -q http://apache.cs.utah.edu/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz -O - | \ RUN wget -q http://apache.cs.utah.edu/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz -O - | \
tar xz -C /var/local tar xz -C /var/local
ENV PATH /var/local/apache-maven-3.3.3/bin:$PATH ENV PATH /var/local/apache-maven-3.3.9/bin:$PATH
# Install GCC 4.7 to support -static-libstdc++ # Install GCC 4.7 to support -static-libstdc++
RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment