From 589464231d138a7f454dd631cddea3a5221207bd Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Mon, 5 Feb 2024 15:04:18 +0000 Subject: [PATCH] Added rules * and printing output of curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ca72ea3..a7ef369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN yum -y install java-1.8.0-openjdk \ wget \ zip \ unzip \ + curl \ jq \ tar \ net-tools \