diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2016-07-23 19:43:03 -0700 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2016-07-23 19:43:03 -0700 |
commit | 9e3c98f17be3b3f2429baaafd0e0b7b644e03706 (patch) | |
tree | e86b33c47f89cb768262c375841e0a706f53a071 /protoc-artifacts | |
parent | fdd970e4edbcd93d9f5f1838daa543a263afe8fa (diff) |
Fix maven path.
Change-Id: I252d7a644a9e4064a9f1a816a2be3f25f37b4c43
Diffstat (limited to 'protoc-artifacts')
-rw-r--r-- | protoc-artifacts/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/Dockerfile b/protoc-artifacts/Dockerfile index 8ed87c99..5143b028 100644 --- a/protoc-artifacts/Dockerfile +++ b/protoc-artifacts/Dockerfile @@ -23,7 +23,7 @@ ENV PATH $JAVA_HOME/bin:$PATH # 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 - | \ 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++ RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d |