X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=b7adf64c0fcdf55f086466e264a44fb91b0ed824;hb=refs%2Fchanges%2F41%2F2841%2F1;hp=0c36b039c9ddf240fab46a7fda586759e38ce4dc;hpb=2f1a30e5c8ccb3b710a5f43a767371cd2617c686;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 0c36b03..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=3.2.0 +#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 + # # #