1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-01 22:41:47 +02:00
This commit is contained in:
kev
2018-04-16 18:54:48 +08:00
parent 5522a1c2f9
commit 360a74fb43
3 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant
&& pip3 install --no-cache-dir homeassistant \
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio
VOLUME /etc/hass
EXPOSE 8123

View File

@@ -12,7 +12,8 @@ RUN set -xe \
linux-headers \
python3 \
python3-dev \
&& pip3 install --no-cache-dir homeassistant
&& pip3 install --no-cache-dir homeassistant \
&& wget https://github.com/home-assistant/hassio-cli/releases/download/1.2.1/hassio_armhf -O /usr/local/bin/hassio
VOLUME /etc/hass
EXPOSE 8123