add cross-arch building with node8 base

This commit is contained in:
ViViDboarder 2017-07-04 16:42:23 -07:00
parent cd40c5bfcc
commit a240d7b3e4
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
FROM hypriot/rpi-node:7
# FROM hypriot/rpi-node:6.9.1
FROM hypriot/rpi-node:8
MAINTAINER ViViDboarder <vividboarder@gmail.com>
RUN [ "cross-build-start" ]
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
@ -24,13 +25,14 @@ RUN npm install -g --unsafe-perm \
cd /usr/local/lib/node_modules/hap-nodejs/node_modules/mdns && \
node-gyp BUILDTYPE=Release rebuild
EXPOSE 5353 51826
RUN mkdir -p /var/run/dbus/
USER root
RUN mkdir -p /root/.homebridge
RUN [ "cross-build-end" ]
EXPOSE 5353 51826
VOLUME /root/.homebridge
WORKDIR /root/.homebridge