From 41c80e880739dc2ad505d52d8420fc46e8947638 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 14 Mar 2017 16:15:11 +0100 Subject: [PATCH] added dependencies for amazon-dash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51ba7b2..a5cf3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Andre Germann ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git +RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev RUN curl -sL https://deb.nodesource.com/setup_4.x | bash RUN apt-get install -y build-essential python nodejs RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime