We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fa171 + a26e72e commit 72258cbCopy full SHA for 72258cb
VMs/Dockerfile
@@ -15,13 +15,13 @@ RUN apt-get install -q -y \
15
16
RUN mkdir /owasp
17
WORKDIR /owasp
18
-RUN git clone https://github.com/OWASP/benchmark
19
-WORKDIR /owasp/benchmark
+RUN git clone https://github.com/OWASP-Benchmark/BenchmarkJava
+WORKDIR /owasp/BenchmarkJava
20
RUN mvn clean package cargo:install
21
22
RUN useradd -d /home/bench -m -s /bin/bash bench
23
RUN echo bench:bench | chpasswd
24
25
RUN chown -R bench /owasp/
26
-ENV PATH /owasp/benchmark/:$PATH
+ENV PATH /owasp/BenchmarkJava:$PATH
27
0 commit comments