mirror of
https://github.com/teddysun/across.git
synced 2025-01-31 12:19:35 +08:00
Update comments
This commit is contained in:
parent
34611e1aa4
commit
70839d87c8
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
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 && \
|
||||
yum-config-manager --enable epel && \
|
||||
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 \
|
||||
rpm-build rpm-devel rpmlint rpmdevtools \
|
||||
devtoolset-9-gcc devtoolset-9-binutils devtoolset-9-runtime \
|
||||
|
@ -1,7 +1,7 @@
|
||||
# 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>"
|
||||
|
||||
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 && \
|
||||
rpm -e --nodeps coreutils-single && \
|
||||
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 \
|
||||
rpm-build rpm-devel rpmlint rpmdevtools \
|
||||
asciidoc audit-libs-devel binutils-devel flex \
|
||||
|
Loading…
x
Reference in New Issue
Block a user