mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-11 15:42:42 +00:00
Bridge install progress
This commit is contained in:
parent
1babe70e38
commit
2f9f6bc8d3
@ -1,9 +1,13 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y wget
|
||||
|
||||
# install and run bridge
|
||||
RUN apt-get install https://wallet.trezor.io/data/bridge/2.0.25/trezor-bridge-2.0.25.pkg
|
||||
RUN mkdir /trezor-bridge
|
||||
WORKDIR /trezor-bridge
|
||||
RUN wget https://wallet.trezor.io/data/bridge/2.0.25/trezor-bridge_2.0.25_amd64.deb
|
||||
RUN apt-get install -y /trezor-bridge/trezor-bridge_2.0.25_amd64.deb
|
||||
|
||||
# build amd run emulator
|
||||
RUN mkdir /trezor-core
|
||||
|
Loading…
Reference in New Issue
Block a user