diff options
Diffstat (limited to 'projects/msgpack-c/Dockerfile')
-rw-r--r-- | projects/msgpack-c/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/msgpack-c/Dockerfile b/projects/msgpack-c/Dockerfile index d92f00fd..46727662 100644 --- a/projects/msgpack-c/Dockerfile +++ b/projects/msgpack-c/Dockerfile @@ -20,4 +20,4 @@ RUN apt-get update && apt-get install -y cmake RUN git clone --depth 1 https://github.com/msgpack/msgpack-c.git msgpack-c RUN git clone --depth 1 https://github.com/derwolfe/msgpack-corpora.git msgpack-corpora WORKDIR msgpack-c -COPY build.sh unpack_pack_fuzzer.cc $SRC/ +COPY build.sh $SRC/ |