mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
4 lines
194 B
Docker
4 lines
194 B
Docker
FROM debian
|
|
RUN apt-get update && apt-get install -y python-pip cython python-dev libusb-1.0-0-dev python-qt4 libudev-dev
|
|
RUN pip install sphinx ecdsa protobuf mnemonic hidapi pyserial requests
|