Remove openssl

This commit is contained in:
Robert Parker
2019-05-30 16:19:50 +01:00
committed by Arthur Barr
parent 6f677e2a59
commit a6f307c6b5
3 changed files with 2 additions and 13 deletions

View File

@@ -59,12 +59,11 @@ if ($UBUNTU); then
procps \
sed \
tar \
util-linux \
openssl
util-linux
fi
if ($RPM); then
EXTRA_RPMS="bash bc ca-certificates coreutils file findutils gawk glibc-common grep passwd procps-ng sed shadow-utils tar util-linux which openssl"
EXTRA_RPMS="bash bc ca-certificates coreutils file findutils gawk glibc-common grep passwd procps-ng sed shadow-utils tar util-linux which"
# 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 --nodocs ${EXTRA_RPMS}