X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=9c8a43fc5bc6a8d0f09305681c6c32c6c4e9fa1e;hb=364295fa6c8aa7b0aec4efe8ae8ce8241d03966c;hp=de491db54f45d908f71f83637f704156c9827120;hpb=3e79fbe717397e8996b1c58989750012cb0e767f;p=ric-plt%2Fvespamgr.git diff --git a/Dockerfile b/Dockerfile index de491db..9c8a43f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,17 +38,7 @@ WORKDIR $GOPATH/src/vesmgr # Copy vesmgr to the Working Directory COPY $HOME/ . -RUN GO111MODULE=on go mod download - -# Run vesmgr UT -RUN export GOPATH=$HOME/go && \ - export PATH=$GOPATH/bin:$GOROOT/bin:$PATH && \ - go test ./... - -# Install vesmgr -RUN export GOPATH=$HOME/go && \ - export PATH=$GOPATH/bin:$GOROOT/bin:$PATH && \ - go install -v ./cmd/vesmgr +RUN ./build_vesmgr.sh ################# #