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
868ea592
Commit
868ea592
authored
8 years ago
by
Feng Xiao
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1831 from xfxyjwf/protoc
Fix maven links.
parents
b6cd9dd7
9e3c98f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
protoc-artifacts/Dockerfile
+2
-2
No files found.
protoc-artifacts/Dockerfile
View file @
868ea592
...
...
@@ -21,9 +21,9 @@ ENV JAVA_HOME /var/local/jdk1.8.0_45
ENV
PATH $JAVA_HOME/bin:$PATH
# Install Maven
RUN
wget
-q
http://apache.cs.utah.edu/maven/maven-3/3.3.
3/binaries/apache-maven-3.3.3
-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
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
...
...
This diff is collapsed.
Click to expand it.
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