Change-Id: I9de69df70704ad6b1fe6a80d13b576d6554445bc
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
# 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 \
# 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