Dockerfile in shellscript changes

This commit is contained in:
Lewis Weedon
2020-05-11 10:21:18 +01:00
committed by Lewis H Weedon
parent dcfebc38bd
commit 62a2d6ef96
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ if ($UBUNTU); then
fi
if ($RPM); then
EXTRA_RPMS="bash bc ca-certificates file findutils gawk glibc-common grep passwd procps-ng sed shadow-utils tar util-linux which"
EXTRA_RPMS="bash bc ca-certificates file findutils gawk glibc-common grep passwd procps-ng sed shadow-utils tar util-linux which ncurses-compat-libs"
# Install additional packages required by MQ, this install process and the runtime scripts
$YUM && yum -y install --setopt install_weak_deps=false ${EXTRA_RPMS}
$MICRODNF && microdnf install ${EXTRA_RPMS}