From 776f64296fcf8612fe856ff1a35342dd58c89ea9 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 3 Nov 2021 11:15:15 +0900 Subject: [PATCH] Update Dockerfile --- docker/rpmbuild/Dockerfile.centos7 | 2 +- docker/rpmbuild/Dockerfile.centos8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/rpmbuild/Dockerfile.centos7 b/docker/rpmbuild/Dockerfile.centos7 index 395a68c..d8ab551 100644 --- a/docker/rpmbuild/Dockerfile.centos7 +++ b/docker/rpmbuild/Dockerfile.centos7 @@ -8,7 +8,7 @@ RUN yum install -y yum-utils epel-release centos-release-scl-rh && \ yum-config-manager --enable epel && \ yum install -y tar wget git tree gcc gcc-c++ \ sudo net-tools make cmake zstd libzstd \ - python bash coreutils diffutils patch \ + python bash coreutils diffutils patch ca-certificates \ rpm-build rpm-devel rpmlint rpmdevtools \ devtoolset-9-gcc devtoolset-9-binutils devtoolset-9-runtime \ scl-utils asciidoc bison elfutils-libelf-devel m4 newt-devel \ diff --git a/docker/rpmbuild/Dockerfile.centos8 b/docker/rpmbuild/Dockerfile.centos8 index eb72c1b..b3aec93 100644 --- a/docker/rpmbuild/Dockerfile.centos8 +++ b/docker/rpmbuild/Dockerfile.centos8 @@ -10,7 +10,7 @@ RUN yum install -y yum-utils epel-release && \ rpm -e --nodeps coreutils-single && \ yum install -y tar wget git tree gcc gcc-c++ \ sudo net-tools make cmake zstd libzstd \ - bash coreutils diffutils patch \ + bash coreutils diffutils patch ca-certificates \ rpm-build rpm-devel rpmlint rpmdevtools \ asciidoc audit-libs-devel binutils-devel flex \ libcap-devel newt-devel pciutils-devel perl-generators \