1
0
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:
Vladimir Volek 2019-01-11 12:32:28 +01:00
parent 1babe70e38
commit 2f9f6bc8d3

View File

@ -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