From 0491062c4e7bcb3488856da517008ff97925d5ec Mon Sep 17 00:00:00 2001 From: Ken Lee Shu Ming Date: Mon, 6 Nov 2023 17:54:35 +0800 Subject: [PATCH] chore: use non-testing branch for font-wqy-zenhei (#6867) --- Dockerfile.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 523aa2621f..deb93941a6 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -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