mirror of
https://github.com/teddysun/across.git
synced 2025-09-15 19:14:26 +08:00
Update comments
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user