mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-19 06:13:09 +01:00
Change data location from /share to /data; Introduce eval
This commit is contained in:
@@ -3,7 +3,7 @@ FROM $BUILD_FROM
|
||||
|
||||
ARG VERSION=0.2.11
|
||||
|
||||
RUN apk add --no-cache nodejs npm make g++
|
||||
RUN apk add --no-cache nodejs npm make g++ sqlite
|
||||
|
||||
# add source and unpack
|
||||
ADD "https://github.com/matijse/eufy-ha-mqtt-bridge/archive/${VERSION}.tar.gz" /src.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user