1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

build: split deps in dockerfile into two lines

This commit is contained in:
Pavol Rusnak 2017-09-28 13:12:28 +02:00
parent 5cc299facd
commit 6f5aeee18f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -8,5 +8,5 @@ RUN apt-get update
# install build tools and dependencies # install build tools and dependencies
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi protobuf-compiler \ RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi
libprotobuf-dev python-protobuf python3-protobuf RUN apt-get install protobuf-compiler libprotobuf-dev python-protobuf python3-protobuf