| commit | 3b57e3d8161014c29de75be20d1de5970d35f0ed | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Fri Mar 03 13:28:30 2017 +0100 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Fri Mar 03 13:37:38 2017 +0100 |
| tree | 4f8d1f5b03ed7f15d2bd1006ba32341075423311 | |
| parent | 139b0bee04cd9336bcd7acb6728d0cf6976d6f5d [diff] |
FIX: install the latest pip
diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile index eac132c..238ed44 100755 --- a/utils/docker/Dockerfile +++ b/utils/docker/Dockerfile
@@ -35,7 +35,9 @@ # 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