X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=Dockerfile;h=a823cdad172a9a6d141290fdfe90715a912dc664;hp=a15ddc94f1fa1aded7a03879ed541dc4d5de0578;hb=8489b0ca69a19715ddbbb9ef0bfe804eee439a96;hpb=4a8088d1decc9041fd12e758888be09839c69a90 diff --git a/Dockerfile b/Dockerfile index a15ddc9..a823cda 100755 --- a/Dockerfile +++ b/Dockerfile @@ -44,12 +44,13 @@ RUN apt-get update \ curl \ iptables \ iputils-ping \ - sudo + sudo \ + vim # install containernet (using its Ansible playbook) -# Attention: Containernet installation fixed to specific commit. Change to update to latest Containernet version. -RUN git clone https://github.com/containernet/containernet.git && \ - (cd containernet && git checkout 6fcee82e192c8c0e6447650d6f512842185529ee) +#RUN git clone https://github.com/containernet/containernet.git && \ +# (cd containernet && git checkout 6fcee82e192c8c0e6447650d6f512842185529ee) +RUN git clone https://github.com/containernet/containernet.git WORKDIR /containernet/ansible RUN ansible-playbook -i "localhost," -c local --skip-tags "notindocker" install.yml