Skip to content

Commit

Permalink
Merge pull request #42 from obochan-rh/update-dast-Dockerfile
Browse files Browse the repository at this point in the history
update Docker file with awscli
  • Loading branch information
openshift-merge-bot[bot] authored Feb 9, 2025
2 parents 30c7bc9 + b9a78bb commit e917c84
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 awscli

# Install Chainsaw e2e testing tool
RUN go install github.com/kyverno/chainsaw@v0.2.0
Expand Down

0 comments on commit e917c84

Please sign in to comment.