Skip to content

Commit 63b11d6

Browse files
committed
fix(docker): legacy "ENV key value" format
1 parent 8ac6dc5 commit 63b11d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VMs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN useradd -d /home/bench -m -s /bin/bash bench
3535
RUN echo bench:bench | chpasswd
3636

3737
RUN chown -R bench /owasp/
38-
ENV PATH /owasp/BenchmarkJava:$PATH
38+
ENV PATH=/owasp/BenchmarkJava:$PATH
3939

4040
# start up Benchmark once, for 60 seconds, then kill it, so the additional dependencies required to run it are downloaded/cached in the image as well.
4141
# exit 0 is required to return a 'success' code, otherwise the timeout returns a failure code, causing the Docker build to fail.

0 commit comments

Comments
 (0)