From 6274a6efd8f47f0cbcdee562d1175fa05bcfeb34 Mon Sep 17 00:00:00 2001 From: Amit Gandhi Date: Mon, 28 Aug 2017 22:31:58 -0400 Subject: [PATCH] remove cross-build commands incompatable with rpi --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72dc12a..beb05ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM hypriot/rpi-node:8 MAINTAINER ViViDboarder -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