From 4b2f92b061768c8dbf31472cb56fed83811f9ce8 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Sun, 01 Jan 2023 21:44:55 +0100
Subject: [PATCH] curl is already in base

---
 Containerfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Containerfile b/Containerfile
index f51a677..5eb9715 100644
--- a/Containerfile
+++ b/Containerfile
@@ -4,7 +4,7 @@
 COPY receipt-processor.ksh /usr/local/bin/receipt-processor.ksh
 RUN chmod 755 /usr/local/bin/receipt-processor.ksh && \
     useradd cookie && \
-    dnf install -y jq curl
+    dnf install -y jq
 
 USER cookie
 

--
Gitblit v1.9.3