Update Dockerfile

This commit is contained in:
Teddysun
2021-11-03 11:15:15 +09:00
parent 0484880d99
commit 776f64296f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \