mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-27 22:47:38 +02:00
upgrade
This commit is contained in:
parent
5522a1c2f9
commit
360a74fb43
@ -5,7 +5,7 @@
|
||||
FROM resin/rpi-raspbian:jessie
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV DOCKER_COMPOSE_VERSION 1.19.0
|
||||
ENV DOCKER_COMPOSE_VERSION 1.21.0
|
||||
ENV PYINSTALLER_VERSION 3.2.1
|
||||
|
||||
RUN set -xe \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user