Skip to content

Commit

Permalink
chore: update package repo for font-wqy-zenhei package (#6920)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Nov 27, 2023
1 parent ed6e9e1 commit 77867df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN apk update && apk upgrade && \
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

# Chinese fonts
RUN echo @edge http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && apk add wqy-zenhei@edge
# This package is needed to render Chinese characters in autoreply PDFs
RUN apk add font-wqy-zenhei --repository https://dl-cdn.alpinelinux.org/alpine/edge/community

# Avoid using globs as there seems to be some inconsistency in the way dockerfile handles globs
# * https://github.com/moby/moby/issues/15858
Expand Down

0 comments on commit 77867df

Please sign in to comment.