Fix release notes
[ric-plt/resource-status-manager.git] / RSM / Dockerfile
index 08e0cf9..a2c55ee 100644 (file)
 #   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