From 6c26cff831bc79db0c60b4b17fed9f1180176543 Mon Sep 17 00:00:00 2001 From: Mark Caron <152440806+MarkCaronJr@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:58:34 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 686b439..393625c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,7 @@ FROM ubuntu:latest # Install necessary packages -RUN apt-get update && apt-get install -y \ - wget \ - rpm \ - rpm-build \ - rpmlint \ - make \ - coreutils \ - diffutils \ - patch \ - python3 +RUN apt-get update && apt-get install -y wget rpm rpm-build rpmlint make coreutils diffutils patch python3 # Create the rpm build directories RUN mkdir -p /root/rpmbuild/RPMS/noarch && \