summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_yum.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-02-03 17:03:04 -0500
committerDave Wallace <dwallacelf@gmail.com>2021-02-03 17:03:04 -0500
commitf86199579c45c2eac2d6f3ddd1a72a26b35fcbfa (patch)
tree79befa7104e3f68f2485bca2cdbbc85df4377b6d /docker/scripts/lib_yum.sh
parenteff6ddf51d350123b490a8326d8b21681eb47765 (diff)
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 <dwallacelf@gmail.com> Change-Id: I6ddbc066f07514dbd76f02104bc04c3bc70da163
Diffstat (limited to 'docker/scripts/lib_yum.sh')
-rw-r--r--docker/scripts/lib_yum.sh3
1 files changed, 3 insertions, 0 deletions
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 \\