contrib: Dockerfile.builder.fedora - remove git clone lightning

The original Dockerfile.builder don't build lightning
This commit is contained in:
Douglas Schilling Landgraf
2018-03-07 01:49:43 -05:00
committed by Christian Decker
parent 887b5048f1
commit d8e764efa0

View File

@@ -20,13 +20,7 @@ RUN dnf update -y && \
net-tools \
valgrind \
wget && \
dnf clean all && \
git clone https://github.com/ElementsProject/lightning.git && \
cd lightning && \
make && \
make install && \
cd .. && \
rm -rf lightning
dnf clean all
RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz && \
tar -xvzf bitcoin.tar.gz && \