Update to Dockerfile 60/9660/1
authorjosephthaliath <jo.thaliath@samsung.com>
Wed, 16 Nov 2022 07:39:32 +0000 (13:09 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Wed, 16 Nov 2022 07:40:35 +0000 (13:10 +0530)
Issue-Id: AIMLFW-4

Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: Ia66e046221cb784471813f3aae8f30723a155ac7

Dockerfile

index 198f2b6..ced0e64 100644 (file)
@@ -16,6 +16,7 @@
 #
 # ==================================================================================
 #Base Image
+FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
 FROM ubuntu:18.04
 
 # location in the container
@@ -47,4 +48,4 @@ COPY . .
 RUN pip3 install -r requirements.txt
 
 #Expose the ports
-EXPOSE 5000
+EXPOSE 32000