File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11FROM fedora:35
22
3- ENV BITCOIN_VERSION 27.1
3+ ENV BITCOIN_VERSION= 27.1
44WORKDIR /tmp
55
66RUN dnf update -y && \
@@ -12,8 +12,8 @@ RUN dnf update -y && \
1212 libsq3-devel \
1313 python3-devel \
1414 python3-mako \
15- python3-pip \
16- python3-virtualenv \
15+ python3-pip \
16+ python3-virtualenv \
1717 python3-setuptools \
1818 redhat-lsb \
1919 net-tools \
@@ -25,7 +25,7 @@ RUN dnf update -y && \
2525 zlib-devel && \
2626 dnf clean all
2727
28- RUN wget https://bitcoin .org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz && \
28+ RUN wget https://bitcoincore .org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz && \
2929 tar -xvzf bitcoin.tar.gz && \
3030 mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \
3131 mv bitcoin-$BITCOIN_VERSION/lib/* /usr/local/lib/ && \
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN git clone https://github.com/pyenv/pyenv.git /root/.pyenv && \
4949
5050RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp/get-pip.py \
5151 && rm /tmp/get-pip.py \
52- && pip install poetry
52+ && pip install poetry mako grpcio-tools
5353
5454RUN wget https://sh.rustup.rs -O rustup-install.sh && \
5555 bash rustup-install.sh --default-toolchain none --quiet -y && \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN git clone https://github.com/pyenv/pyenv.git /root/.pyenv && \
4747
4848RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp/get-pip.py \
4949 && rm /tmp/get-pip.py \
50- && pip install poetry
50+ && pip install poetry mako grpcio-tools
5151
5252RUN wget https://sh.rustup.rs -O rustup-install.sh && \
5353 bash rustup-install.sh --default-toolchain none --quiet -y && \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN git clone https://github.com/pyenv/pyenv.git /root/.pyenv && \
4545
4646RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp/get-pip.py \
4747 && rm /tmp/get-pip.py \
48- && pip install poetry
48+ && pip install poetry mako grpcio-tools
4949
5050RUN wget https://sh.rustup.rs -O rustup-install.sh && \
5151 bash rustup-install.sh --default-toolchain none --quiet -y && \
You can’t perform that action at this time.
0 commit comments