Update RMR library Gerrit repo
[ric-plt/appmgr.git] / build / Dockerfile
index f76e31d..298fb67 100755 (executable)
@@ -40,6 +40,7 @@ RUN apt-get update -y && \
     cmake \
     make \
     autoconf \
+    autoconf-archive \
     gawk \
     libtool \
     automake \
@@ -62,9 +63,8 @@ ENV PATH="/usr/local/go/bin:${PATH}"
 #
 # rancodev libs
 #
-RUN echo "35.165.179.212 gerrit.oran-osc.org" >> /etc/hosts \
-    && mkdir -p /opt/build \
-    && cd /opt/build && git clone https://gerrit.oran-osc.org/r/log \
+RUN mkdir -p /opt/build \
+    && cd /opt/build && git clone https://gerrit.oran-osc.org/r/com/log \
     && cd log/ ; ./autogen.sh ; ./configure ; make ; make install \
     && ldconfig