[infra] workdir matches project name

This commit is contained in:
Mike Aizatsky 2017-03-13 17:40:57 -07:00 committed by GitHub
parent d6ca42d7c9
commit 892e524c09
1 changed files with 2 additions and 2 deletions

View File

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