Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
9e3c98f1
Commit
9e3c98f1
authored
Jul 24, 2016
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix maven path.
Change-Id: I252d7a644a9e4064a9f1a816a2be3f25f37b4c43
parent
fdd970e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
protoc-artifacts/Dockerfile
+1
-1
No files found.
protoc-artifacts/Dockerfile
View file @
9e3c98f1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment