From b8a1412738b2cd6db0c80fb41ad4ea65aa061863 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Thu, 11 Jun 2026 23:11:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Containerfile | 7 +++++++ Justfile | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Containerfile create mode 100644 Justfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..b45dc4c --- /dev/null +++ b/Containerfile @@ -0,0 +1,7 @@ +FROM docker.io/fedora:44 + +RUN dnf install \ + --assumeyes \ + --setopt install_weak_deps=False \ + rpmdevtools + diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..09bc39f --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +image: + podman build -t rpmpacker .