X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=09d92799712da106d399f954411be01bb4ee1e74;hb=3cdd2e0c0d042b816f6d35f68a93f97fbbe7efc1;hp=d29876117831ac0168ce2e004a9dd8832740675f;hpb=5d9b232c7d3d6aea8686ea598d5b09ef82ecd6f0;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index d298761..09d9279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,16 @@ ########################################################### FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as submgrcore +ARG GOVERSION=1.14 + +ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/opt/go/${GOVERSION}/bin:/root/go/bin + +# Update CA certificates +RUN apt update && apt install --reinstall -y \ + ca-certificates \ + && \ + update-ca-certificates + RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrind WORKDIR /tmp