Skip to content

Commit 8384a85

Browse files
authored
Update Dockerfile
1 parent 13188ad commit 8384a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM oraclelinux:7.9
22

33
RUN yum -y update && yum -y upgrade && \
4-
yum -y install wget rpm-build rpmlint make diffutils patch make python3
4+
yum -y install wget rpm-build rpm-devel rpmlint make coreutils diffutils patch rpmdevtools make python
55

66
RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
77
mkdir -p /root/rpmbuild/SOURCES && \

0 commit comments

Comments
 (0)