Switch libsndfile repository to the updated repository (#4545)

This commit is contained in:
Max Dymond 2020-10-19 10:02:09 +01:00 committed by GitHub
parent 048b14d9d9
commit b10939e212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone --depth 1 https://github.com/erikd/libsndfile.git /src/libsndfile
RUN git clone --depth 1 https://github.com/libsndfile/libsndfile.git /src/libsndfile
WORKDIR $SRC/libsndfile
COPY build.sh $SRC/