Update comments

This commit is contained in:
Teddysun
2022-05-31 17:46:06 +09:00
parent 34611e1aa4
commit 70839d87c8
2 changed files with 5 additions and 5 deletions

View File

@@ -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 \