1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00
trezor-firmware/Dockerfile
2017-09-29 20:48:26 +02:00

13 lines
281 B
Docker

# initialize from the image
FROM debian:9
# update repositories
RUN apt-get update
# install build tools and dependencies
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi
RUN apt-get install -y protobuf-compiler libprotobuf-dev python-protobuf