mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-04 22:04:27 +01:00
Shrink dockerfile by removing sqlite and vips
This commit is contained in:
@@ -3,8 +3,8 @@ FROM $BUILD_FROM
|
|||||||
|
|
||||||
ARG VERSION=0.2.21
|
ARG VERSION=0.2.21
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs npm make g++ sqlite
|
RUN apk add --no-cache nodejs npm make g++
|
||||||
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