Extend ubuntu 18 bldr with cmake, ksh, alien 33/3433/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 23 Apr 2020 14:39:46 +0000 (10:39 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 23 Apr 2020 14:39:46 +0000 (10:39 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Icf8c6d5ecb912219e0b1328e803ba899b6006f52

bldr-imgs/bldr-ubuntu18-c-go/Dockerfile

index 0dfbd6a..5b98856 100644 (file)
 FROM nexus3.o-ran-sc.org:10001/ubuntu:18.04
 
 RUN apt-get update && apt-get install -y \
+    alien \
     autoconf \
     autoconf-archive \
     automake \
     autotools-dev \
     build-essential \
+    cmake \
     g++  \
     gcc \
     git \
+    ksh \
     libbz2-dev \
     libicu-dev \
     libsctp-dev \