RICPLT-3059 multi e2term crash in rmr library

Change-Id: I0b3c44d6767c891561a8fab4d2271137d4044f15
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/Dockerfile b/Dockerfile
index 0c36b03..6143fdb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@
 
 WORKDIR /tmp
 
-ARG RMRVERSION=3.2.0
+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.sum go.sum
 
 RUN go mod download
+RUN go mod tidy
 
 #
 #
@@ -114,6 +115,7 @@
 RUN mkdir -p /root/go && \
     swagger generate client -f api/routing_manager.yaml -t pkg/ -m rtmgr_models -c rtmgr_client
 
+
 #
 #
 #