Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:6.3-slim
MAINTAINER ipunkt Business Solutions <info@ipunkt.biz>

# 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
Expand Down
3 changes: 2 additions & 1 deletion gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down