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