You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
fix hass
This commit is contained in:
@ -6,8 +6,15 @@ FROM alpine
|
|||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache python3 \
|
&& apk add --no-cache build-base \
|
||||||
&& python3 -m pip install --no-cache-dir homeassistant
|
linux-headers \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
&& pip3 install --no-cache-dir homeassistant==0.31.1 \
|
||||||
|
netdisco==0.7.2 \
|
||||||
|
&& apk del build-base \
|
||||||
|
linux-headers \
|
||||||
|
python3-dev
|
||||||
|
|
||||||
VOLUME /etc/hass
|
VOLUME /etc/hass
|
||||||
EXPOSE 8123
|
EXPOSE 8123
|
||||||
|
@ -6,8 +6,15 @@ FROM easypi/alpine-arm
|
|||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache python3 \
|
&& apk add --no-cache build-base \
|
||||||
&& python3 -m pip install --no-cache-dir homeassistant
|
linux-headers \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
&& pip3 install --no-cache-dir homeassistant==0.31.1 \
|
||||||
|
netdisco==0.7.2 \
|
||||||
|
&& apk del build-base \
|
||||||
|
linux-headers \
|
||||||
|
python3-dev
|
||||||
|
|
||||||
VOLUME /etc/hass
|
VOLUME /etc/hass
|
||||||
EXPOSE 8123
|
EXPOSE 8123
|
||||||
|
Reference in New Issue
Block a user