From 3de689317b125ee201dfac2236d2b5b7ae4a6f53 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 18 Jun 2019 01:59:59 +0200 Subject: [PATCH] disable telemetry by platformio gdpr compliance --- recipes/platformio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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