projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
139b0be
)
FIX: install the latest pip
author
cgeoffroy
<geoffroy.chollon@thalesgroup.com>
Fri, 3 Mar 2017 12:28:30 +0000
(13:28 +0100)
committer
cgeoffroy
<geoffroy.chollon@thalesgroup.com>
Fri, 3 Mar 2017 12:37:38 +0000
(13:37 +0100)
utils/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/utils/docker/Dockerfile
b/utils/docker/Dockerfile
index
eac132c
..
238ed44
100755
(executable)
--- a/
utils/docker/Dockerfile
+++ b/
utils/docker/Dockerfile
@@
-35,7
+35,9
@@
RUN apt-get update \
# install containernet
-RUN apt-get install -y curl python-pip
+RUN apt-get install -y curl && \
+ curl https://bootstrap.pypa.io/get-pip.py | python2
+
# install docker
RUN curl -fsSL https://get.docker.com/gpg | apt-key add -
RUN curl -fsSL https://get.docker.com/ | sh