mirror of https://github.com/google/oss-fuzz.git
[inih] fix using official repo (#10752)
@Alan32Liu you missed it. Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
This commit is contained in:
parent
2fe196d233
commit
d01dc89844
|
@ -15,6 +15,6 @@
|
|||
################################################################################
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update
|
||||
RUN git clone https://github.com/0x34d/inih
|
||||
RUN git clone https://github.com/benhoyt/inih
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/inih/
|
||||
|
|
Loading…
Reference in New Issue