From a2c1ba1a69da2fcb5667537e690ec429c6cd6926 Mon Sep 17 00:00:00 2001 From: Mark Caron <152440806+MarkCaronJr@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:17:02 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48c01e2..f1f3ab8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \