X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=utils%2Fdocker%2FDockerfile;h=25d53379396083c687909a8a2c9f3ec1e7394f7f;hb=646b585edc20c98d97eb861834c234004d44dd7b;hp=df52ccc29c3a0ad236de21181e459e1e126b1c42;hpb=5a6b5cd2e6e7f36bd245fb02ae8f4cc106de8553;p=osm%2Fvim-emu.git diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile index df52ccc..25d5337 100755 --- a/utils/docker/Dockerfile +++ b/utils/docker/Dockerfile @@ -25,17 +25,16 @@ # 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