mirror of https://github.com/google/oss-fuzz.git
[libchewing] Add missing 'ENV GIT_URL' into Dockerfile.
This commit is contained in:
parent
bf6c15e1e0
commit
92bcd742ca
|
@ -18,4 +18,6 @@ FROM ossfuzz/base-libfuzzer
|
|||
MAINTAINER kcwu@csie.org
|
||||
RUN apt-get install -y make autoconf automake libtool texinfo
|
||||
|
||||
ENV GIT_URL="https://github.com/chewing/libchewing.git"
|
||||
|
||||
COPY build.sh chewing_fuzzer.c /src/
|
||||
|
|
Loading…
Reference in New Issue