[inih] fix using official repo (#10752)

@Alan32Liu you missed it.

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
This commit is contained in:
Arjun 2023-07-27 21:31:46 +05:30 committed by GitHub
parent 2fe196d233
commit d01dc89844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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