From 4b7574f590c8cfddd44943beabffa111c30fc9db Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 24 May 2017 16:10:02 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index e6c7687a85e..a1b453bb0f5 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -33,7 +33,7 @@ echo '{ "target": "beer" }' | jq -r ".target" ## {% linkable_title Add-on Docker file %} -All add-ons are based on Alpine Linux 3.5. Hass.io will automatically substitute the right base image based on the machine architecture. +All add-ons are based on Alpine Linux 3.5. Hass.io will automatically substitute the right base image based on the machine architecture. Add `tzdata` if you need run in correct timezone. ``` FROM %%BASE_IMAGE%%