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:
@@ -13,6 +13,7 @@ RUN set -xe \
|
||||
build-base \
|
||||
dbus \
|
||||
nodejs \
|
||||
nodejs-npm \
|
||||
python \
|
||||
&& npm install -g homebridge \
|
||||
homebridge-homeassistant \
|
||||
|
||||
@@ -13,6 +13,7 @@ RUN set -xe \
|
||||
build-base \
|
||||
dbus \
|
||||
nodejs \
|
||||
nodejs-npm \
|
||||
python \
|
||||
&& npm install -g homebridge \
|
||||
homebridge-homeassistant \
|
||||
|
||||
Reference in New Issue
Block a user