diff options
Diffstat (limited to 'docker/scripts/lib_yum.sh')
-rw-r--r-- | docker/scripts/lib_yum.sh | 3 |
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 \\ |