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=d33d1d2c857136e51902a66db8d9c6cc96c502f0;hp=e711258184bc7a431220bbba2f54904189b60dfb;hb=048a8673d15e0329cd79594028f19ba315ba7140;hpb=7dbf479029ba8bc528fb61a40ab2647489da28e9 diff --git a/ntsimulator/deploy/o-ran/ru-fh/Dockerfile b/ntsimulator/deploy/o-ran/ru-fh/Dockerfile index e711258..d33d1d2 100644 --- a/ntsimulator/deploy/o-ran/ru-fh/Dockerfile +++ b/ntsimulator/deploy/o-ran/ru-fh/Dockerfile @@ -202,9 +202,11 @@ COPY --from=builder /usr/local/share/libnetconf2 /usr/local/share/libnetconf2 RUN ldconfig WORKDIR /tmp -RUN apt-get install -yqq wget \ +RUN \ + apt-get update && apt-get install -yqq wget \ openssh-client \ - jq + jq \ + curl RUN mkdir py_install && cd py_install && \ wget https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9/ipaddress-1.0.23.tar.gz && \