From b30d7081e2c1e1abfee477c13825f9ae41c873da Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 21 Jun 2017 14:52:08 +0200 Subject: [PATCH] Update run_local.markdown --- source/hassio/run_local.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/hassio/run_local.markdown b/source/hassio/run_local.markdown index 2ca379ae32b..c12c602ea35 100644 --- a/source/hassio/run_local.markdown +++ b/source/hassio/run_local.markdown @@ -22,7 +22,7 @@ Short story of that caption: We loop in our script to fetch data and push it to Our Dockerfile need to install: ``` -RUN apk --no-cache add tzdata jq mosquitto-clients +RUN apk --no-cache add jq mosquitto-clients ``` Now we can process it with `run.sh`: @@ -61,7 +61,7 @@ Short story of that caption: We wait for incoming data from MQTT broker. We can Our Dockerfile need to install: ``` -RUN apk --no-cache add tzdata jq mosquitto-clients +RUN apk --no-cache add jq mosquitto-clients ``` Now we can process it with `run.sh`: