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
78f9b686
Commit
78f9b686
authored
Feb 22, 2016
by
Josh Haberman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Python packages using pip.
parent
f6153b54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Dockerfile
tools/docker/Dockerfile
+7
-1
No files found.
tools/docker/Dockerfile
View file @
78f9b686
...
...
@@ -60,13 +60,19 @@ RUN apt-get update && apt-get install -y \
openjdk-7-jdk
\
# -- For python / python_cpp --
\
python-setuptools
\
python-
tox
\
python-
pip
\
python-dev
\
python2.6-dev
\
python3.3-dev
\
python3.4-dev
\
&&
apt-get clean
# These packages exist in apt-get, but their versions are too old, so we have
# to get updates from pip.
RUN
pip
install
pip
--upgrade
RUN
pip
install
virtualenv tox
# Prepare ccache
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/gcc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/g++
...
...
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