Skip to content

Commit 40d3984

Browse files
authored
Update Dockerfile
1 parent 0daff56 commit 40d3984

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 redhat/ubi8:latest
22

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

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

0 commit comments

Comments
 (0)