mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
contrib: Dockerfile.builder.fedora bump fedora release
Updated Dockerfile to Fedora 29
This commit is contained in:
parent
3e215287cd
commit
3852704c5c
@ -1,4 +1,4 @@
|
||||
FROM fedora:28
|
||||
FROM fedora:29
|
||||
|
||||
ENV BITCOIN_VERSION 0.17.0
|
||||
WORKDIR /tmp
|
||||
@ -26,6 +26,9 @@ RUN dnf update -y && \
|
||||
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 && \
|
||||
mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \
|
||||
mv bitcoin-$BITCOIN_VERSION/lib/* /usr/local/lib/ && \
|
||||
mv bitcoin-$BITCOIN_VERSION/include/* /usr/local/include/ && \
|
||||
mv bitcoin-$BITCOIN_VERSION/share/man/man1/* /usr/share/man/man1 && \
|
||||
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
|
||||
|
||||
RUN python3 -m pip install --upgrade pip && \
|
||||
|
Loading…
Reference in New Issue
Block a user