mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-27 22:06:03 +01:00
Update Dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ FROM $BUILD_FROM
|
|||||||
ARG VERSION=0.2.20
|
ARG VERSION=0.2.20
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs npm make g++ sqlite
|
RUN apk add --no-cache nodejs npm make g++ sqlite
|
||||||
|
RUN apk add vips-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||||
# add source and unpack
|
# add source and unpack
|
||||||
ADD "https://github.com/matijse/eufy-ha-mqtt-bridge/archive/${VERSION}.tar.gz" /src.tar.gz
|
ADD "https://github.com/matijse/eufy-ha-mqtt-bridge/archive/${VERSION}.tar.gz" /src.tar.gz
|
||||||
RUN mkdir /app && tar xvfz /src.tar.gz -C /app --strip-components=1
|
RUN mkdir /app && tar xvfz /src.tar.gz -C /app --strip-components=1
|
||||||
|
|||||||
Reference in New Issue
Block a user