1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

add python-ecdsa dependency

This commit is contained in:
Holger Schinzel 2016-07-23 10:06:19 +02:00 committed by GitHub
parent e25fcc8d91
commit 1dfca212f1

View File

@ -8,4 +8,4 @@ RUN apt-get update
# install build tools and dependencies
RUN apt-get install -y build-essential git python gcc-arm-none-eabi
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi