mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
contrib: Dockerfile.builder.fedora - remove git clone lightning
The original Dockerfile.builder don't build lightning
This commit is contained in:
committed by
Christian Decker
parent
887b5048f1
commit
d8e764efa0
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user