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=048a8673d15e0329cd79594028f19ba315ba7140;hp=ff4c0082c2f352daa6f017d74063d0cc6c749f9b;hpb=7dbf479029ba8bc528fb61a40ab2647489da28e9;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 ff4c008..7129884 100644 --- a/ntsimulator/deploy/o-ran-sc/o-ran-ru/Dockerfile +++ b/ntsimulator/deploy/o-ran-sc/o-ran-ru/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 && \