Skip to content

Commit 001fc43

Browse files
committed
Merge pull request #2 from quentinfayet/support-chinese-japanese-characterset
Add chinese/japanese fonts support
2 parents 86aff55 + f14e135 commit 001fc43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:4.2
22

33
RUN apt-get update && \
4-
apt-get install -y xvfb iceweasel
4+
apt-get install -y xvfb iceweasel fonts-takao fonts-wqy-zenhei
55

66
RUN npm install -g slimerjs phantomjs [email protected]
77

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Dockerfile for Manet - Website screenshot service powered by Node.js, SlimerJS a
55
This is a Dockerfile for [vbauer/manet project](https://github.com/vbauer/manet).
66
The associated docker image is hosted on [Docker Hub](https://hub.docker.com/r/bobey/manet).
77

8+
This container supports extended charactersets such as Japanese and Chinese.
9+
810
## What is Manet?
911

1012
**Manet** is a REST API server which allows capturing screenshots of websites using various parameters.

0 commit comments

Comments
 (0)