X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran-sc%2Fo-ran-ru%2FDockerfile;h=712988417f2d55434dee6e063c61926dce118f3b;hb=f2d8f1002fa93848c80a88e5658db4816cba3020;hp=e70a0a695d2101ac3b61efc9111cd760d3943363;hpb=1f1479ff8ce3a268acb7b70a32bb789d859a915b;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/o-ran-sc/o-ran-ru/Dockerfile b/ntsimulator/deploy/o-ran-sc/o-ran-ru/Dockerfile index e70a0a6..7129884 100644 --- a/ntsimulator/deploy/o-ran-sc/o-ran-ru/Dockerfile +++ b/ntsimulator/deploy/o-ran-sc/o-ran-ru/Dockerfile @@ -107,8 +107,6 @@ RUN \ make install && \ ldconfig -# overwrite number of endpoints exposed by the NETCONF server -COPY ./deploy/o-ran-sc/o-ran-ru/stock_config.xml /opt/dev/Netopeer2/server/stock_config.xml # netopeer2 RUN \ cd /opt/dev/Netopeer2/server && mkdir build && cd build && \ @@ -204,8 +202,11 @@ COPY --from=builder /usr/local/share/libnetconf2 /usr/local/share/libnetconf2 RUN ldconfig WORKDIR /tmp -RUN apt-get install -yqq wget \ - openssh-client +RUN \ + apt-get update && apt-get install -yqq wget \ + openssh-client \ + jq \ + curl RUN mkdir py_install && cd py_install && \ wget https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz && \ @@ -237,6 +238,6 @@ ARG BUILD_DATE LABEL build-date=$BUILD_DATE ENV EDITOR vim -EXPOSE 830-839 +EXPOSE 830-929 CMD ["sh", "-c", "/usr/bin/supervisord -c /etc/supervisord.conf"]