Merge pull request #100 from schinzelh/patch-1

add python-ecdsa dependency
This commit is contained in:
Pavol Rusnak 2016-07-31 20:11:20 +02:00 committed by GitHub
commit c29457337b
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ RUN apt-get update
# install build tools and dependencies # 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