X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=Dockerfile;h=a15ddc94f1fa1aded7a03879ed541dc4d5de0578;hp=b77c268a92c3ea7dedb9d9bc51a9711a181666eb;hb=d87400255e1997f85b9cdebc583811b70cca4ab7;hpb=060c189f958d992a6eccaa9204ab86fc1089e3a4 diff --git a/Dockerfile b/Dockerfile index b77c268..a15ddc9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN apt-get update \ # 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 bc269d6f1cf9f50f71fda65c25fe1f2f4c1573b7) + (cd containernet && git checkout 6fcee82e192c8c0e6447650d6f512842185529ee) WORKDIR /containernet/ansible RUN ansible-playbook -i "localhost," -c local --skip-tags "notindocker" install.yml