[openthread] switch to master branch (#729)

This commit is contained in:
Jonathan Hui 2017-07-20 11:03:28 -07:00 committed by Oliver Chang
parent b0455bb192
commit 699c2dbb06
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER jonhui@nestlabs.com
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 -b oss-fuzz https://github.com/openthread/openthread
RUN git clone --depth 1 https://github.com/openthread/openthread
WORKDIR openthread
COPY build.sh *.options $SRC/