change WORKDIR (#2275)

This commit is contained in:
Daniel Marjamäki 2019-03-30 15:54:24 +01:00 committed by Abhishek Arya
parent 94e1e96a99
commit 080a64aca0
1 changed files with 1 additions and 1 deletions

View File

@ -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/