Olaf Bohlen
2023-01-01 4b2f92b061768c8dbf31472cb56fed83811f9ce8
curl is already in base
1 files modified
2 ■■■ changed files
Containerfile 2 ●●● patch | view | raw | blame | history
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