X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=Dockerfile;h=a15ddc94f1fa1aded7a03879ed541dc4d5de0578;hp=cccecdf4493c828ab2befa455399ab1485f9a1ea;hb=44e1c00d1880578d1f5de4c8af5bcd875ce3febd;hpb=5b8ac4faded6386d8e32751b689876c12800924b diff --git a/Dockerfile b/Dockerfile index cccecdf..a15ddc9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,9 @@ RUN apt-get update \ sudo # install containernet (using its Ansible playbook) -RUN git clone https://github.com/containernet/containernet.git +# 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) WORKDIR /containernet/ansible RUN ansible-playbook -i "localhost," -c local --skip-tags "notindocker" install.yml