Add route for e2nodeConfigUpdate
[ric-plt/rtmgr.git] / Dockerfile
index 6963a30..0b00518 100644 (file)
@@ -25,6 +25,7 @@
 #FROM golang:1.12.1 as rtmgrbuild
 FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as rtmgrbuild
 
+RUN apt update && apt install ca-certificates libgnutls30 -y
 # Install RMr shared library
 ARG RMRVERSION=4.8.0
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb