Change-Id: I8649b96a34ccc70005d9ac2daf4de1ff94ec1c8a
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
# platform project (RICP).
#
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ubuntu
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:5-u18.04-nng as ubuntu
WORKDIR /opt/E2Manager
COPY . .
RUN bash build-e2mgr-ubuntu.sh
# Build deployable container
-FROM ubuntu:16.04
+FROM ubuntu:18.04
RUN apt-get update && apt-get install -y \
net-tools \
go get -v github.com/ory/go-acc
cd 3rdparty/asn1codec \
+ && make clobber \
&& make \
&& cd ../..