fixed the url for deb files
This commit is contained in:
parent
c348055ee5
commit
a264c7e717
@ -8,9 +8,8 @@ RUN apt-get update && \
|
|||||||
apt-get install -y software-properties-common
|
apt-get install -y software-properties-common
|
||||||
|
|
||||||
# Download the pre-built files from GitHub releases
|
# Download the pre-built files from GitHub releases
|
||||||
RUN wget https://github.com/ranchimall/blockbook/releases/download/v0.4.0/blockbook-flo_0.4.0_amd64.deb && \
|
RUN wget https://github.com/ranchimall/blockbook/releases/download/flo-v0.4.0-ubuntu/backend-flo_0.15.1.1-satoshilabs-1_amd64.deb && \
|
||||||
wget https://github.com/ranchimall/blockbook/releases/download/v0.15.1.1/backend-flo_0.15.1.1-satoshilabs-1_amd64.deb
|
wget https://github.com/ranchimall/blockbook/releases/download/flo-v0.4.0-ubuntu/blockbook-flo_0.4.0_amd64.deb
|
||||||
|
|
||||||
# Install the downloaded packages
|
# Install the downloaded packages
|
||||||
RUN apt install -y ./backend-flo_0.15.1.1-satoshilabs-1_amd64.deb && \
|
RUN apt install -y ./backend-flo_0.15.1.1-satoshilabs-1_amd64.deb && \
|
||||||
apt install -y ./blockbook-flo_0.4.0_amd64.deb
|
apt install -y ./blockbook-flo_0.4.0_amd64.deb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user