X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=b7adf64c0fcdf55f086466e264a44fb91b0ed824;hb=refs%2Fchanges%2F01%2F2701%2F4;hp=6143fdb45c7a661d385af508aedebffa62d2598f;hpb=896c3acac45d9e23300072e0cf544bf728396066;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 6143fdb..b7adf64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,14 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin WORKDIR /tmp +#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