X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2FDockerfile;h=a2c55ee9f9fc4804a4812db534484015c5c74ac5;hb=refs%2Fchanges%2F08%2F1908%2F1;hp=08e0cf907f5527efabe57673ea1042896d707de1;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/Dockerfile b/RSM/Dockerfile index 08e0cf9..a2c55ee 100644 --- a/RSM/Dockerfile +++ b/RSM/Dockerfile @@ -15,6 +15,10 @@ # 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:2-u16.04-nng as ubuntu @@ -28,7 +32,7 @@ RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages 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