mirror of https://github.com/google/oss-fuzz.git
Switch libsndfile repository to the updated repository (#4545)
This commit is contained in:
parent
048b14d9d9
commit
b10939e212
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue