summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_yum.sh
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2020-12-17 11:52:23 +0100
committerJuraj Linkeš <juraj.linkes@pantheon.tech>2020-12-18 09:23:15 +0100
commit4ef1290e9fd62f1c924465b6de76acac1a4a99c0 (patch)
tree8d099d6df29018f0d5c16ebd81931e1a45f4afde /docker/scripts/lib_yum.sh
parent2a5049f445070d3354e1b9e6984873b2b56cee56 (diff)
docker: update distro packages
Remove puppet, since it's not used. Add the missing yum/dnf libxslt dev package needed for Aarch64 CentOS-8 docker image build. Change-Id: I8669e5d7aba6a5ad113bb0f3f9ea737ce6ae6829 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'docker/scripts/lib_yum.sh')
-rw-r--r--docker/scripts/lib_yum.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/scripts/lib_yum.sh b/docker/scripts/lib_yum.sh
index 89ac3a691..58ad38f64 100644
--- a/docker/scripts/lib_yum.sh
+++ b/docker/scripts/lib_yum.sh
@@ -72,14 +72,14 @@ COPY . .
# ci-management global-jjb requirements:
# for lftools:
# libxml2-devel
+# libxslt-devel
# xmlstarlet
# for lf-env.sh:
# facter
-# from global-jjb/packer/provision/baseline.sh:
+# from packer/provision/baseline.sh:
# deltarpm
# unzip
# xz
-# puppet
# python3-pip
# git
# git-review
@@ -121,13 +121,13 @@ RUN yum update -y \\
libopenblas-devel \\
libpcap-devel \\
libxml2-devel \\
+ libxslt-devel \\
make \\
mawk \\
mock \\
perl \\
perl-XML-XPath \\
python3-pip \\
- puppet \\
rake \\
ruby-devel \\
sudo \\