Skip to content

Commit

Permalink
resolves #386 install CJK font
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 19, 2021
1 parent ba0913c commit fd8aaee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/ops/docker/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ RUN apk add --update --no-cache \
giflib-dev \
graphviz \
ttf-freefont \
# Chinese font (available only in edge/testing)
&& apk add --update --no-cache \
--repository https://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
wqy-zenhei
font-noto-cjk

COPY --chown=kroki:kroki ops/docker/logback.xml /etc/kroki/logback.xml

Expand Down

0 comments on commit fd8aaee

Please sign in to comment.