From: subhash kumar singh Date: Thu, 7 Oct 2021 13:25:34 +0000 (+0530) Subject: Fix docker build issue X-Git-Tag: 1.1.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=cd49a820332cebecc143d574ce54ad109121e25a;hp=ebad74013a00c7727f114ef90049e4a741cbdd07;p=ric-app%2Fhw-go.git Fix docker build issue Fix docker build issue due to server certificate verification failed for `gopkg`. Signed-off-by: subhash kumar singh Change-Id: I1ab695b9df4af8481cb9639f4e4437c6b8e5f8c4 --- diff --git a/Dockerfile b/Dockerfile index 3ae82ca..274669b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as build-hw-go # Install utilities -RUN apt update && apt install -y iputils-ping net-tools curl sudo +RUN apt update && apt install -y iputils-ping net-tools curl sudo ca-certificates # Install RMr shared library & development header files RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.7.0_amd64.deb/download.deb && dpkg -i rmr_4.7.0_amd64.deb && rm -rf rmr_4.7.0_amd64.deb