RICPLT-3059 multi e2term crash in rmr library
[ric-plt/submgr.git] / Dockerfile
index 6c0f5da..6143fdb 100644 (file)
@@ -29,7 +29,7 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin
 
 WORKDIR /tmp
 
-ARG RMRVERSION=1.13.1
+ARG RMRVERSION=3.2.4
 # Install RMr shared library
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb
 # Install RMr development header files
@@ -95,6 +95,7 @@ COPY go.mod go.mod
 COPY go.sum go.sum
 
 RUN go mod download
+RUN go mod tidy
 
 #
 #
@@ -114,6 +115,7 @@ RUN git clone "https://gerrit.o-ran-sc.org/r/ric-plt/rtmgr" \
 RUN mkdir -p /root/go && \
     swagger generate client -f api/routing_manager.yaml -t pkg/ -m rtmgr_models -c rtmgr_client
 
+
 #
 #
 #