aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Marjamäki <daniel.marjamaki@gmail.com>2019-03-30 15:54:24 +0100
committerAbhishek Arya <inferno@chromium.org>2019-03-30 07:54:24 -0700
commit080a64aca06aebed794e6e3ce9b4e6688bf82d6d (patch)
tree676356305be656d3bfa94184c89cbfde2ba29727
parent94e1e96a99b246dd8001c124cd46072c92606d73 (diff)
downloadoss-fuzz-080a64aca06aebed794e6e3ce9b4e6688bf82d6d.tar.gz
change WORKDIR (#2275)
-rw-r--r--projects/cppcheck/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cppcheck/Dockerfile b/projects/cppcheck/Dockerfile
index 89d803eb2..2686254d9 100644
--- a/projects/cppcheck/Dockerfile
+++ b/projects/cppcheck/Dockerfile
@@ -19,6 +19,6 @@ MAINTAINER daniel.marjamaki@gmail.com
RUN git clone https://github.com/danmar/cppcheck.git
-WORKDIR afl_cppcheck
+WORKDIR cppcheck
COPY build.sh $SRC/