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
1 changed files with 2 additions and 2 deletions

View File

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