Emoji+Chinese fixes🌍

This commit is contained in:
Nicolai Ort 2021-04-22 18:10:32 +02:00
parent 60cc343adf
commit b6fc069042
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ RUN apk add --no-cache \
ca-certificates \
ttf-freefont \
nodejs \
yarn
yarn \
font-noto-emoji \
&& apk add wqy-zenhei --update-cache --repository https://nl.alpinelinux.org/alpine/edge/testing
# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \