X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RIC-E2-TERMINATION%2FDockerfile;h=caf3df91fb506df50dbd998d03a0f0606123f1be;hb=84bd3343061399a2af06a34d384c56c34758d306;hp=21aa0b0eeda66330280d8e8527a4cf8315b5b2aa;hpb=a8a819f0ab3b5841bfdfb967291b0580351baf43;p=ric-plt%2Fe2.git diff --git a/RIC-E2-TERMINATION/Dockerfile b/RIC-E2-TERMINATION/Dockerfile index 21aa0b0..caf3df9 100644 --- a/RIC-E2-TERMINATION/Dockerfile +++ b/RIC-E2-TERMINATION/Dockerfile @@ -50,7 +50,7 @@ RUN apt-get install -y libcurl4-gnutls-dev gawk \ && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DPISTACHE_BUILD_DOCS=false \ -DPISTACHE_USE_SSL=false -DPISTACHE_BUILD_TESTS=false -DCMAKE_INSTALL_PREFIX=/usr/local ../ \ && make -j && make install && ldconfig \ - && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone http://gerrit.o-ran-sc.org/r/com/log \ + &&git clone http://gerrit.o-ran-sc.org/r/com/log \ && cd log && ./autogen.sh && ./configure && make && make install && ldconfig \ && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/jarro2783/cxxopts.git \ && cd cxxopts && mkdir build && cd build && cmake .. && make install && ldconfig \