Site updated at 2017-05-24 14:34:07 UTC

This commit is contained in:
Travis CI 2017-05-24 14:34:07 +00:00
parent b8cba3a89e
commit 2dcbea296b
26 changed files with 72 additions and 43 deletions

View file

@ -85,7 +85,7 @@
</code></pre>
</div>
<h2><a class="title-link" name="add-on-docker-file" href="#add-on-docker-file"></a> Add-on Docker file</h2>
<p>All add-ons are based on Alpine Linux 3.5. Hass.io will automatically substitute the right base image based on the machine architecture.</p>
<p>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 <code class="highlighter-rouge">tzdata</code> if you need run in correct timezone.</p>
<div class="highlighter-rouge"><pre class="highlight"><code>FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8