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 0daff56 commit 40d3984Copy full SHA for 40d3984
Dockerfile
@@ -1,7 +1,7 @@
1
FROM redhat/ubi8:latest
2
3
RUN yum -y update && yum -y upgrade && \
4
- yum -y install wget rpm-build rpm-devel rpmlint make coreutils diffutils patch rpmdevtools make python
+ yum -y install wget rpm-build rpmlint make coreutils diffutils patch make python3
5
6
RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
7
mkdir -p /root/rpmbuild/SOURCES && \
0 commit comments