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