From f86199579c45c2eac2d6f3ddd1a72a26b35fcbfa Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 3 Feb 2021 17:03:04 -0500 Subject: Add packages to docker image builder - sshpass for CSIT - gdb for VPP core decode - Add comment to end of builder script to detect completion in build log. Signed-off-by: Dave Wallace Change-Id: I6ddbc066f07514dbd76f02104bc04c3bc70da163 --- docker/scripts/lib_yum.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/scripts/lib_yum.sh') diff --git a/docker/scripts/lib_yum.sh b/docker/scripts/lib_yum.sh index 58ad38f64..d4da28972 100644 --- a/docker/scripts/lib_yum.sh +++ b/docker/scripts/lib_yum.sh @@ -96,6 +96,7 @@ COPY . . # libpcap-devel for python pypcap install (CSIT) # liblapack-devel for python numpy/scipy (CSIT/aarch64) # libopenblas-devel for python numpy/scipy (CSIT/aarch64) +# sshpass for CSIT # RUN yum update -y \\ && yum install -y \\ @@ -109,6 +110,7 @@ RUN yum update -y \\ enchant \\ emacs \\ facter \\ + gdb \\ git \\ git-review \\ graphviz \\ @@ -130,6 +132,7 @@ RUN yum update -y \\ python3-pip \\ rake \\ ruby-devel \\ + sshpass \\ sudo \\ tree \\ unzip \\ -- cgit 1.2.3-korg