From: jinwei.fan Date: Fri, 29 Jan 2021 06:20:23 +0000 (+0800) Subject: Update Dockerfile X-Git-Tag: 1.0.1~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fd020191cd8d3c212afea3a093b4ac53b3883eb1;hp=3682cf7263645bfce8a17575483e973b7f4d6224;p=scp%2Fric-app%2Fkpimon.git Update Dockerfile Signed-off-by: jinwei.fan Change-Id: I31e4909c33583e0ec360de2686265760da5ffb59 --- diff --git a/Dockerfile b/Dockerfile index 78f1c6b..562e17a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as kpimonbuild +FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as kpimonbuild ENV PATH $PATH:/usr/local/bin ENV GOPATH /go @@ -16,6 +16,7 @@ RUN rm -f rmr_${RMRVERSION}_amd64.deb rmr-dev_${RMRVERSION}_amd64.deb ARG XAPPFRAMEVERSION=v0.4.11 WORKDIR /go/src/gerrit.o-ran-sc.org/r/ric-plt +RUN git clone "https://gerrit.o-ran-sc.org/r/ric-plt/sdlgo" RUN git clone -b ${XAPPFRAMEVERSION} "https://gerrit.o-ran-sc.org/r/ric-plt/xapp-frame" RUN cd xapp-frame && \ GO111MODULE=on go mod vendor -v && \