From 4b2f92b061768c8dbf31472cb56fed83811f9ce8 Mon Sep 17 00:00:00 2001 From: Olaf Bohlen Date: Sun, 1 Jan 2023 21:44:55 +0100 Subject: [PATCH] curl is already in base --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f51a677..5eb9715 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ LABEL author="Olaf Bohlen " 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