X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2FDockerfile;h=355ae78a91f8930200756ce9e35010d901f3e76b;hp=b1577d787572d4892a96e757a1baf5846e3b634b;hb=048a8673d15e0329cd79594028f19ba315ba7140;hpb=7dbf479029ba8bc528fb61a40ab2647489da28e9 diff --git a/ntsimulator/deploy/x-ran/Dockerfile b/ntsimulator/deploy/x-ran/Dockerfile index b1577d7..355ae78 100644 --- a/ntsimulator/deploy/x-ran/Dockerfile +++ b/ntsimulator/deploy/x-ran/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 && \