X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=b7adf64c0fcdf55f086466e264a44fb91b0ed824;hb=refs%2Fchanges%2F06%2F2706%2F2;hp=6c0f5da736541b306638f7b7ab0dc4b79d07e100;hpb=d32d423cf3f454bbc3557ba2ee703b875a6e4a81;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 6c0f5da..b7adf64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,15 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin WORKDIR /tmp -ARG RMRVERSION=1.13.1 +#RUN git clone https://github.com/nokia/asn1c.git +#RUN cd asn1c && test -f configure || autoreconf -iv +#RUN cd asn1c && ./configure +#RUN cd asn1c && make +##RUN cd asn1c && make check +#RUN cd asn1c && make install + + +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 +103,7 @@ COPY go.mod go.mod COPY go.sum go.sum RUN go mod download +RUN go mod tidy # # @@ -114,6 +123,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 + # # #