Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantjadhav416 authored Apr 25, 2024
1 parent d879779 commit c3f2f70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ RUN apt-get update && \

# Install OWASP Dependency-Check
RUN apt-get update && \
apt-get install -y openjdk-11-jre && \
wget https://dl.bintray.com/jeremy-long/owasp/dependency-check-7.1.0-release.zip && \
unzip dependency-check-7.1.0-release.zip && \
rm dependency-check-7.1.0-release.zip
apt-get install -y zaproxy


ENV PATH="/dependency-check/bin:${PATH}"

Expand Down

0 comments on commit c3f2f70

Please sign in to comment.