From: Abukar Mohamed Date: Fri, 5 Apr 2019 10:34:13 +0000 (+0000) Subject: Update RMR library Gerrit repo X-Git-Tag: v0.0.4~9 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=cb4b2ad8e2f99eadea145e480da556c58b0a47b5;p=ric-plt%2Fappmgr.git Update RMR library Gerrit repo Change-Id: I5fb65014aa46b9fddff332a8d2ec8796cb2c53bf Signed-off-by: Abukar Mohamed --- diff --git a/build/Dockerfile b/build/Dockerfile index f76e31d..298fb67 100755 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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