From: cgeoffroy Date: Fri, 3 Mar 2017 12:28:30 +0000 (+0100) Subject: FIX: install the latest pip X-Git-Tag: v3.1~43^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=3b57e3d8161014c29de75be20d1de5970d35f0ed;p=osm%2Fvim-emu.git 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 @@ 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