X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=a49f2d3f47843c3b8fe2b1719e6d105e358ddfae;hb=e42d203d231fe1dd3a5445fa5f93687f07eafcf2;hp=2f345615b557c29a5e01c07f819aa5ac83e30fa7;hpb=9eac7dc60688c476f1741da058c8f663dccaedd5;p=osm%2FNBI.git diff --git a/Dockerfile.local b/Dockerfile.local index 2f34561..a49f2d3 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y git python3 python3-jsonschema \ # OSM_COMMON RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ + && git -C /app/common checkout v7.0 \ && python3 -m pip install -e /app/common # && cd common && python3 setup.py develop && cd .. # && pip3 install -U -r requirements.txt \ @@ -35,6 +36,7 @@ RUN git -C /app clone https://osm.etsi.org/gerrit/osm/common.git \ # OSM_IM RUN git -C /app clone https://osm.etsi.org/gerrit/osm/IM \ + && git -C /app/IM checkout v7.0 \ && python3 -m pip install /app/IM EXPOSE 9999