[sqlite3] adding fossil comment

This commit is contained in:
Mike Aizatsky 2016-11-11 13:29:19 -08:00
parent 9bb6cee6b3
commit 72959e5e57
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER tanin@google.com MAINTAINER tanin@google.com
RUN apt-get install -y make autoconf automake libtool fossil tcl 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 && \ RUN mkdir /src/sqlite3 && \
cd /src/sqlite3 && \ cd /src/sqlite3 && \
fossil clone https://www.sqlite.org/src sqlite --user `whoami` && \ fossil clone https://www.sqlite.org/src sqlite --user `whoami` && \