1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/Dockerfile
Saleem Rashid 4147a914ac
Dockerfile: Use multi-line instructions
Minimize the number of layers and call apt-get update properly
2017-09-29 21:16:16 +02:00

10 lines
245 B
Docker

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