Update Dockerfile

This commit is contained in:
Teddysun 2021-11-03 11:15:15 +09:00
parent 0484880d99
commit 776f64296f
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ RUN yum install -y yum-utils epel-release centos-release-scl-rh && \
yum-config-manager --enable epel && \ yum-config-manager --enable epel && \
yum install -y tar wget git tree gcc gcc-c++ \ yum install -y tar wget git tree gcc gcc-c++ \
sudo net-tools make cmake zstd libzstd \ 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 \ rpm-build rpm-devel rpmlint rpmdevtools \
devtoolset-9-gcc devtoolset-9-binutils devtoolset-9-runtime \ devtoolset-9-gcc devtoolset-9-binutils devtoolset-9-runtime \
scl-utils asciidoc bison elfutils-libelf-devel m4 newt-devel \ scl-utils asciidoc bison elfutils-libelf-devel m4 newt-devel \

View File

@ -10,7 +10,7 @@ RUN yum install -y yum-utils epel-release && \
rpm -e --nodeps coreutils-single && \ rpm -e --nodeps coreutils-single && \
yum install -y tar wget git tree gcc gcc-c++ \ yum install -y tar wget git tree gcc gcc-c++ \
sudo net-tools make cmake zstd libzstd \ sudo net-tools make cmake zstd libzstd \
bash coreutils diffutils patch \ bash coreutils diffutils patch ca-certificates \
rpm-build rpm-devel rpmlint rpmdevtools \ rpm-build rpm-devel rpmlint rpmdevtools \
asciidoc audit-libs-devel binutils-devel flex \ asciidoc audit-libs-devel binutils-devel flex \
libcap-devel newt-devel pciutils-devel perl-generators \ libcap-devel newt-devel pciutils-devel perl-generators \