From 31985f0a0f440e12ea33700efbd87c6779899336 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Apr 2016 05:55:51 +0200 Subject: [PATCH] typo --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d83aa68..ea17ea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \