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.
|
# 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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user