X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2FDockerfile;h=74db25b61851fb603e704026fc6f6e9f32f72623;hb=735697511c75ea86ec22d62d0c3ccb6afbb134eb;hp=44ff59ef28d37e09f9198bc4960315bce88472af;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/Dockerfile b/E2Manager/Dockerfile index 44ff59e..74db25b 100644 --- a/E2Manager/Dockerfile +++ b/E2Manager/Dockerfile @@ -15,8 +15,12 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# -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 WORKDIR /opt/E2Manager COPY . . @@ -28,7 +32,7 @@ RUN dpkg -i rmr_1.10.0_amd64.deb RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_1.10.0_amd64.deb/download.deb RUN dpkg -i rmr-dev_1.10.0_amd64.deb -RUN cd asn1codec && make +RUN cd 3rdparty/asn1codec && make RUN go build app/main.go # Execute UT