[libchewing] Add missing 'ENV GIT_URL' into Dockerfile.

This commit is contained in:
Max Moroz 2016-10-13 12:50:07 +02:00
parent bf6c15e1e0
commit 92bcd742ca
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER kcwu@csie.org MAINTAINER kcwu@csie.org
RUN apt-get install -y make autoconf automake libtool texinfo 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/ COPY build.sh chewing_fuzzer.c /src/