diff --git a/projects/arduinojson/Dockerfile b/projects/arduinojson/Dockerfile index 6929136d6..e0e125f9f 100644 --- a/projects/arduinojson/Dockerfile +++ b/projects/arduinojson/Dockerfile @@ -17,6 +17,6 @@ FROM ossfuzz/base-builder MAINTAINER oss-fuzz@benoitblanchon.fr RUN apt-get install -y make zip git -RUN git clone --depth 1 https://github.com/bblanchon/ArduinoJson.git -WORKDIR ArduinoJson +RUN git clone --depth 1 https://github.com/bblanchon/ArduinoJson.git arduinojson +WORKDIR arduinojson COPY build.sh $SRC/