You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/docs/Dockerfile

4 lines
194 B

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