Add container tag file to support Jenkins jobs
[ric-plt/appmgr.git] / Dockerfile
old mode 100755 (executable)
new mode 100644 (file)
index fcf2abd..142c876
@@ -28,7 +28,6 @@ RUN sed -i -e "s,http://security.ubuntu.com/ubuntu,$(wget -qO - mirrors.ubuntu.c
 # packages
 #
 RUN apt-get update -y && \
-    apt-get upgrade -y && \
     apt-get install -y \
     build-essential \
     apt-utils \
@@ -59,9 +58,9 @@ ENV PATH="/usr/local/go/bin:${PATH}"
 # rancodev libs
 #
 RUN mkdir -p /opt/build \
-    && cd /opt/build && git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+    && cd /opt/build && git clone https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \
     && cd rmr/; mkdir build; cd build; cmake ..; make install \
-    && cd /opt/build && git clone https://gerrit.oran-osc.org/r/com/log \
+    && cd /opt/build && git clone https://gerrit.o-ran-sc.org/r/com/log \
     && cd log/ ; ./autogen.sh ; ./configure ; make ; make install \
     && ldconfig