X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fdocker%2FDockerfile;h=238ed44c6ba553384068e1677a4deedda7fb07c5;hb=0bb3d47c04f09934885a06f987ff4f520ed5daac;hp=eac132c2d586a2bb5c1c1f2ad709909ed09c0646;hpb=f045c142ee82c8da93756f4addff67dbf305888b;p=osm%2Fvim-emu.git 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