diff --git a/recipes/platformio/Dockerfile b/recipes/platformio/Dockerfile index b75a8d05..146c554b 100644 --- a/recipes/platformio/Dockerfile +++ b/recipes/platformio/Dockerfile @@ -1,3 +1,3 @@ FROM eclipse/ubuntu_python:2.7 RUN sudo apt-get update && sudo apt-get -y install python-pip -RUN sudo pip install -U PlatformIO +RUN sudo pip install -U PlatformIO && platformio settings set enable_telemetry no