2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

apk add nodejs-npm (FIX #55)

This commit is contained in:
kev
2017-07-10 17:02:16 +08:00
parent e9dcb7e8a5
commit 693dbd9be9
8 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ RUN set -xe \
build-base \
dbus \
nodejs \
nodejs-npm \
python \
&& npm install -g homebridge \
homebridge-homeassistant \

View File

@@ -13,6 +13,7 @@ RUN set -xe \
build-base \
dbus \
nodejs \
nodejs-npm \
python \
&& npm install -g homebridge \
homebridge-homeassistant \