mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update Dockerfile.rpmbuild9
This commit is contained in:
parent
9319fa5acf
commit
b77916e30a
@ -1,7 +1,7 @@
|
|||||||
# Dockerfile for build RPM packages.
|
# Dockerfile for build RPM packages.
|
||||||
# Copyright (C) 2022 Teddysun <i@teddysun.com>
|
# Copyright (C) 2022 Teddysun <i@teddysun.com>
|
||||||
|
|
||||||
FROM --platform=${TARGETPLATFORM} almalinux:9
|
FROM --platform=${TARGETPLATFORM} rockylinux:9
|
||||||
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 && \
|
||||||
@ -12,7 +12,7 @@ RUN yum install -y yum-utils epel-release && \
|
|||||||
sudo net-tools make cmake zstd libzstd chkconfig \
|
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 ncurses which procps \
|
rpm-build rpm-devel rpmlint rpmdevtools ncurses which procps \
|
||||||
asciidoc audit-libs-devel binutils-devel flex \
|
asciidoc audit-libs-devel binutils-devel flex jq \
|
||||||
libcap-devel newt-devel pciutils-devel perl-generators \
|
libcap-devel newt-devel pciutils-devel perl-generators \
|
||||||
python3 python3-devel python3-docutils rsync xmlto bc bison \
|
python3 python3-devel python3-docutils rsync xmlto bc bison \
|
||||||
java-devel ncurses-devel numactl-devel openssl-devel perl-devel \
|
java-devel ncurses-devel numactl-devel openssl-devel perl-devel \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user