From 6f5aeee18fe60885c38422229fda30d2438bc5d6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 28 Sep 2017 13:12:28 +0200 Subject: [PATCH] build: split deps in dockerfile into two lines --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00cd4a039f..9b98775d9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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