Skip to content

Commit d60c0b6

Browse files
okhowangmarefr
andcommitted
Docker: Add unifont for other language (#75)
Support render diffrent language font, for example chinese/japanese Fixes #78 Co-authored-by: Marcus Efraimsson <[email protected]>
1 parent 37b7542 commit d60c0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN \
1010
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
1111
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
1212
apk --no-cache upgrade && \
13-
apk add --no-cache udev ttf-opensans chromium ca-certificates dumb-init && \
13+
apk add --no-cache udev ttf-opensans unifont chromium ca-certificates dumb-init && \
1414
rm -rf /tmp/*
1515

1616
FROM base as build
@@ -35,4 +35,4 @@ EXPOSE 8081
3535

3636
ENTRYPOINT ["dumb-init", "--"]
3737

38-
CMD ["node", "build/app.js", "server", "--config=config.json"]
38+
CMD ["node", "build/app.js", "server", "--config=config.json"]

0 commit comments

Comments
 (0)