We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13188ad commit 8384a85Copy full SHA for 8384a85
Dockerfile
@@ -1,7 +1,7 @@
1
FROM oraclelinux:7.9
2
3
RUN yum -y update && yum -y upgrade && \
4
- yum -y install wget rpm-build rpmlint make diffutils patch make python3
+ yum -y install wget rpm-build rpm-devel rpmlint make coreutils diffutils patch rpmdevtools make python
5
6
RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
7
mkdir -p /root/rpmbuild/SOURCES && \
0 commit comments