From 03893c97cd0dccaf73ef0e32abe6a9a9f6f597e1 Mon Sep 17 00:00:00 2001 From: obochan-rh Date: Sun, 9 Feb 2025 11:00:24 +0200 Subject: [PATCH] update Docker file with awscli --- tests/dast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dast/Dockerfile b/tests/dast/Dockerfile index f735cde..5445a4c 100644 --- a/tests/dast/Dockerfile +++ b/tests/dast/Dockerfile @@ -16,7 +16,7 @@ RUN mkdir -p /tmp/go/bin $GOCACHE \ && chmod -R 777 /tmp/go/bin $GOPATH $GOCACHE # Install dependencies required by test cases and debugging -RUN apt-get update && apt-get install -y jq vim libreadline-dev podman +RUN apt-get update && apt-get install -y jq vim libreadline-dev podman && apt-get install awscli # Install Chainsaw e2e testing tool RUN go install github.com/kyverno/chainsaw@v0.2.0