fix small erros and new base image 13/1813/1
authoraa7133@att.com <aa7133@att.com>
Wed, 27 Nov 2019 12:15:43 +0000 (14:15 +0200)
committeraa7133@att.com <aa7133@att.com>
Wed, 27 Nov 2019 12:16:24 +0000 (14:16 +0200)
Change-Id: I1b8378c9f13e01c1b42460e4c18ef5c064601945
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/Dockerfile

index a0cd909..41982db 100644 (file)
 #   limitations under the License.
 #
 ##############################################################################
-
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:1-u16.04-nng1.1.1 as ubuntu
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
+##FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:1-u16.04-nng1.1.1 as ubuntu
 
 WORKDIR /opt/e2/
 
 RUN mkdir -p /opt/e2/RIC-E2-TERMINATION/ \
     && mkdir -p /opt/e2/RIC-E2-TERMINATION/TEST/T1 \
-    && mkdir -p /opt/e2/RIC-E2-TERMINATION/TEST/T2
+    && mkdir -p /opt/e2/RIC-E2-TERMINATION/TEST/T2 \
+    && mkdir -p /opt/e2/RIC-E2-TERMINATION/3rdparty
+
 COPY . /opt/e2/RIC-E2-TERMINATION/
 RUN mv /opt/e2/RIC-E2-TERMINATION/CMakeLists.txt /opt/e2/
 
@@ -39,7 +41,7 @@ RUN apt-get install -y autoconf gawk libtool automake pkg-config autoconf-archiv
     && cd cxxopts && mkdir build && 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
+    && dpkg -i cgreen_1.2.0_amd64.deb \
     && cd /opt/e2/ && /usr/local/bin/cmake . && make
 
 #    && git clone http://gerrit.o-ran-sc.org/r/ric-plt/tracelibcpp \