From 511f6c68837383711b3c8ac160ed250b62622f27 Mon Sep 17 00:00:00 2001 From: Raoul Date: Fri, 26 May 2017 16:45:37 +0200 Subject: [PATCH] add libfontconfig and karma-webpack --- Dockerfile | 2 +- gulp/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b0f781..532f101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:6.3-slim MAINTAINER ipunkt Business Solutions # slim doesn't have python & git, so we install it -RUN apt-get update && apt-get install -y python git && apt-get install -y bzip2 +RUN apt-get update && apt-get install -y python git bzip2 libfontconfig # configure git, setting up a user RUN git config --system user.name Docker && git config --system user.email docker@localhost diff --git a/gulp/package.json b/gulp/package.json index 36ca1e0..76b381a 100644 --- a/gulp/package.json +++ b/gulp/package.json @@ -45,7 +45,8 @@ "karma-jasmine": "^1.1.0", "jasmine-core": "^2.6.2", "karma-phantomjs-launcher": "^1.0.4", - "phantomjs-prebuilt": "^2.1.14" + "phantomjs-prebuilt": "^2.1.14", + "karma-webpack": "^2.0.3" }, "scripts": { "build": "gulp build",