Skip to content

Commit

Permalink
chore: use non-testing branch for font-wqy-zenhei (#6867)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Nov 6, 2023
1 parent 789ba68 commit 0491062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

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

ENV CHROMIUM_BIN=/usr/bin/chromium-browser

# Run as non-privileged user
Expand Down

0 comments on commit 0491062

Please sign in to comment.