[botan] Switch botan build back to master branch (#801)

The relevant changes from https://github.com/randombit/botan/pull/1158
have been merged to master now.
This commit is contained in:
Jack Lloyd 2017-08-29 10:44:56 -04:00 committed by Max Moroz
parent a1e5beb28b
commit 50c92eb3e4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER jack@randombit.net
RUN apt-get update && apt-get install -y make python
RUN git clone --depth 1 https://github.com/randombit/botan.git --branch fuzzer-mode botan
RUN git clone --depth 1 https://github.com/randombit/botan.git botan
RUN git clone --depth 1 https://github.com/randombit/crypto-corpus.git fuzzer_corpus
WORKDIR botan
COPY build.sh $SRC/