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 5f4bf26 commit 7d7c31f
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
Expand Up @@ -2,7 +2,7 @@ FROM redhat/ubi8:latest

# Clean up and update yum, then install required packages
RUN yum clean all && yum -y update -v && yum -y upgrade -v && \
yum -y install wget rpm-build rpmlint make coreutils diffutils patch python3 -v
yum -y install wget rpm-build rpmlint make diffutils patch python3 -v

# Create the rpm build directories
RUN mkdir -p /root/rpmbuild/RPMS/noarch && \
Expand Down

0 comments on commit 7d7c31f

Please sign in to comment.