From 715a1d3a6ae51e9c56ff6159735d278b0882706e Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 16 Aug 2017 09:51:00 +0200 Subject: [PATCH] added prerequisite for phantomjs adapter --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c80a9e4..05918ed 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 libpcap-dev libavahi-compat-libdnssd-dev +RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig RUN curl -sL https://deb.nodesource.com/setup_6.x | bash RUN apt-get install -y build-essential python nodejs RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime