Allow cross-build to work on arm

This commit is contained in:
ViViDboarder 2017-08-28 21:32:42 -07:00
parent 0fbd06b497
commit bc8243d984
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM hypriot/rpi-node:8
MAINTAINER ViViDboarder <vividboarder@gmail.com>
RUN [ "cross-build-start" ]
RUN cross-build-start || true
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
@ -30,7 +30,7 @@ RUN mkdir -p /var/run/dbus/
USER root
RUN mkdir -p /root/.homebridge
RUN [ "cross-build-end" ]
RUN cross-build-end || true
EXPOSE 5353 51826
VOLUME /root/.homebridge