diff options
author | Emma Foley <efoley@redhat.com> | 2021-11-08 12:26:53 +0000 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2021-11-08 12:30:05 +0000 |
commit | 08f1eb206dfca7f31e7c2127b593a6904f399b2a (patch) | |
tree | 56116d72b93d16dd2e1234f4aa1a9700fd173a29 /systems/centos/8 | |
parent | cc11009b1f6a457084b8d89de791e45d58196459 (diff) |
[ci] Update CentOS 8 container
CentOS 8 container was missing ``which``, so collectd was failing to
build. This was causing failures in the container builds.
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I3702b45bd41ca677178d4b38163d2366b75c035d
Diffstat (limited to 'systems/centos/8')
-rwxr-xr-x | systems/centos/8/build_base_machine.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/centos/8/build_base_machine.sh b/systems/centos/8/build_base_machine.sh index 1a590841..bb3caa12 100755 --- a/systems/centos/8/build_base_machine.sh +++ b/systems/centos/8/build_base_machine.sh @@ -52,6 +52,7 @@ pkg-config git-core sudo rpm-build +which libcap-devel xfsprogs-devel iptables-devel |