Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
obochan-rh committed Sep 30, 2024
1 parent 61c6f06 commit 8eacafc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN mkdir -p /tmp/go/bin $GOCACHE \
# Install dependencies required by test cases and debugging
RUN apt-get update && apt-get install -y jq vim libreadline-dev
RUN apt-get -y install podman
RUN mkdir -p /.local
RUN chown podman:podman -R /.local
USER podman

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

0 comments on commit 8eacafc

Please sign in to comment.