mirror of https://github.com/google/oss-fuzz.git
[infra] workdir matches project name
This commit is contained in:
parent
d6ca42d7c9
commit
892e524c09
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue