X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=utils%2Fdocker%2FDockerfile;h=214510efd5f1e481f4b9b89739ab817c0f2e7d6c;hp=238ed44c6ba553384068e1677a4deedda7fb07c5;hb=c177a0dc88df921571803bf6fb74c93f63452dc1;hpb=3b57e3d8161014c29de75be20d1de5970d35f0ed diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile index 238ed44..214510e 100755 --- a/utils/docker/Dockerfile +++ b/utils/docker/Dockerfile @@ -25,24 +25,24 @@ # partner consortium (www.sonata-nfv.eu). FROM ubuntu:trusty -MAINTAINER steven.vanrossem@intec.ugent.be ENV SON_EMU_IN_DOCKER 1 RUN apt-get clean RUN apt-get update \ - && apt-get install -y git aptitude + && apt-get install -y git aptitude build-essential python-setuptools python-dev software-properties-common # install containernet -RUN apt-get install -y curl && \ +RUN apt-get install -y curl iptables && \ 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 -RUN pip install -U urllib3 setuptools pyparsing docker +RUN pip install -U urllib3==1.21.1 +RUN pip install -U setuptools pyparsing docker python-iptables WORKDIR / RUN git clone https://github.com/containernet/containernet.git RUN containernet/util/install.sh