mirror of https://github.com/google/oss-fuzz.git
[sqlite3] adding fossil comment
This commit is contained in:
parent
9bb6cee6b3
commit
72959e5e57
|
@ -18,6 +18,8 @@ FROM ossfuzz/base-libfuzzer
|
|||
MAINTAINER tanin@google.com
|
||||
RUN apt-get install -y make autoconf automake libtool fossil tcl
|
||||
|
||||
# We won't be able to poll fossil for changes, so this will build
|
||||
# only once a day.
|
||||
RUN mkdir /src/sqlite3 && \
|
||||
cd /src/sqlite3 && \
|
||||
fossil clone https://www.sqlite.org/src sqlite --user `whoami` && \
|
||||
|
|
Loading…
Reference in New Issue