Skip to content

Commit 176e5c4

Browse files
committed
CI: Add rpm-build and rpmdevtools to Rocky8 image
Install rpm-build and rpmdevtools in the Rocky 8 build image, which can be used to build RPM package in the future Rocky 8 scheduled CI workflow.
1 parent f5d93b5 commit 176e5c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devops/deploy/docker/build/rocky8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ RUN dnf makecache && \
131131
util-linux-ng \
132132
wget \
133133
which \
134+
rpm-build \
135+
rpmdevtools \
134136
zlib-devel && \
135137
dnf install -y -d0 --enablerepo=devel \
136138
liburing-devel \

0 commit comments

Comments
 (0)