X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran%2Fru-fh%2FDockerfile;h=e711258184bc7a431220bbba2f54904189b60dfb;hp=a969262a13c81f7b9b889256fcb55cfbea4d71a6;hb=7dbf479029ba8bc528fb61a40ab2647489da28e9;hpb=610985b805c2b5c730bbc247ccbf76dd624792d0 diff --git a/ntsimulator/deploy/o-ran/ru-fh/Dockerfile b/ntsimulator/deploy/o-ran/ru-fh/Dockerfile index a969262..e711258 100644 --- a/ntsimulator/deploy/o-ran/ru-fh/Dockerfile +++ b/ntsimulator/deploy/o-ran/ru-fh/Dockerfile @@ -107,8 +107,6 @@ RUN \ make install && \ ldconfig -# overwrite number of endpoints exposed by the NETCONF server -COPY ./deploy/o-ran/ru-fh/stock_config.xml /opt/dev/Netopeer2/server/stock_config.xml # netopeer2 RUN \ cd /opt/dev/Netopeer2/server && mkdir build && cd build && \ @@ -205,7 +203,8 @@ RUN ldconfig WORKDIR /tmp RUN apt-get install -yqq wget \ - openssh-client + openssh-client \ + jq RUN mkdir py_install && cd py_install && \ wget https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz && \ @@ -246,6 +245,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"]