start test on JSON packing (not completed yet) 37/1837/1
authoraa7133@att.com <aa7133@att.com>
Thu, 28 Nov 2019 09:03:21 +0000 (11:03 +0200)
committeraa7133@att.com <aa7133@att.com>
Thu, 28 Nov 2019 09:03:26 +0000 (11:03 +0200)
Change-Id: Icd93c87df54a198808afb58b6576eac8d2558b99
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/Dockerfile

index bba4f3c..6b65c7c 100644 (file)
@@ -40,6 +40,9 @@ RUN apt-get install -y autoconf gawk libtool automake pkg-config autoconf-archiv
     && 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 \
     && cd /opt/e2/RIC-E2-TERMINATION/3rdparty \
+    && git clone https://github.com/Tencent/rapidjson.git && cd rapidjson \
+    && cd build && cmake .. && make install && ldconfig \
+    && cd /opt/e2/RIC-E2-TERMINATION/3rdparty \
     && wget --content-disposition https://github.com/cgreen-devs/cgreen/releases/download/1.2.0/cgreen_1.2.0_amd64.deb \
     && dpkg -i cgreen_1.2.0_amd64.deb \
     && cd /opt/e2/ && /usr/local/bin/cmake . && make