remove cross-build commands incompatable with rpi

This commit is contained in:
Amit Gandhi 2017-08-28 22:31:58 -04:00
parent 392dc166d1
commit 6274a6efd8
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
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
@ -11,6 +9,7 @@ RUN apt-get update && \
avahi-daemon \
avahi-discover \
build-essential \
iputils-ping \
libavahi-compat-libdnssd-dev \
libnss-mdns && \
apt-get clean && \
@ -34,7 +33,6 @@ RUN mkdir -p /var/run/dbus/
USER root
RUN mkdir -p /root/.homebridge
RUN [ "cross-build-end" ]
EXPOSE 5353 51826
VOLUME /root/.homebridge