Update comments

This commit is contained in:
Teddysun 2022-05-31 17:46:06 +09:00
parent 34611e1aa4
commit 70839d87c8
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Dockerfile for build RPM packages. # Dockerfile for build RPM packages.
# Copyright (C) 2021 Teddysun <i@teddysun.com> # Copyright (C) 2021 - 2022 Teddysun <i@teddysun.com>
FROM --platform=${TARGETPLATFORM} centos:7 FROM --platform=${TARGETPLATFORM} centos:7
LABEL maintainer="Teddysun <i@teddysun.com>" LABEL maintainer="Teddysun <i@teddysun.com>"
@ -7,7 +7,7 @@ LABEL maintainer="Teddysun <i@teddysun.com>"
RUN yum install -y yum-utils epel-release centos-release-scl-rh && \ 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 chkconfig \
python bash coreutils diffutils patch ca-certificates \ 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 \

View File

@ -1,7 +1,7 @@
# Dockerfile for build RPM packages. # Dockerfile for build RPM packages.
# Copyright (C) 2021 Teddysun <i@teddysun.com> # Copyright (C) 2021 - 2022 Teddysun <i@teddysun.com>
FROM --platform=${TARGETPLATFORM} rockylinux/rockylinux:8 FROM --platform=${TARGETPLATFORM} rockylinux:8
LABEL maintainer="Teddysun <i@teddysun.com>" LABEL maintainer="Teddysun <i@teddysun.com>"
RUN yum install -y yum-utils epel-release && \ RUN yum install -y yum-utils epel-release && \
@ -9,7 +9,7 @@ RUN yum install -y yum-utils epel-release && \
yum-config-manager --enable powertools && \ yum-config-manager --enable powertools && \
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 chkconfig \
bash coreutils diffutils patch ca-certificates \ 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 \