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:
parent
5cc299facd
commit
6f5aeee18f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user