Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCaronJr authored Jul 31, 2024
1 parent 40d3984 commit a2c1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM redhat/ubi8:latest

RUN yum -y update && yum -y upgrade && \
yum -y install wget rpm-build rpmlint make coreutils diffutils patch make python3
yum -y install wget rpm-build rpmlint make diffutils patch make python3

RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
mkdir -p /root/rpmbuild/SOURCES && \
Expand Down

0 comments on commit a2c1ba1

Please sign in to comment.