Merge branch '0.12.0'

This commit is contained in:
Jeffrey Paul 2016-04-11 05:56:06 +02:00
commit b972de5862
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ RUN apt-get update && \
RUN git clone https://github.com/bitcoin/bitcoin.git /usr/local/src/bitcoin
RUN cd /usr/local/src/bitcoin && \
RUN cd /usr/local/src/bitcoin && \
git checkout $BITCOIND_REV && \
./autogen.sh && \