Skip to content

Commit

Permalink
update Docker file with awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
obochan-rh committed Feb 9, 2025
1 parent 30c7bc9 commit 03893c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03893c9

Please sign in to comment.