Skip to content

Commit 72258cb

Browse files
committed
2 parents b6fa171 + a26e72e commit 72258cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VMs/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ RUN apt-get install -q -y \
1515

1616
RUN mkdir /owasp
1717
WORKDIR /owasp
18-
RUN git clone https://github.com/OWASP/benchmark
19-
WORKDIR /owasp/benchmark
18+
RUN git clone https://github.com/OWASP-Benchmark/BenchmarkJava
19+
WORKDIR /owasp/BenchmarkJava
2020
RUN mvn clean package cargo:install
2121

2222
RUN useradd -d /home/bench -m -s /bin/bash bench
2323
RUN echo bench:bench | chpasswd
2424

2525
RUN chown -R bench /owasp/
26-
ENV PATH /owasp/benchmark/:$PATH
26+
ENV PATH /owasp/BenchmarkJava:$PATH
2727

0 commit comments

Comments
 (0)