Release 0.5.1 #43

Merged
niggl merged 24 commits from dev into main 2021-04-22 16:16:13 +00:00
Showing only changes of commit b6fc069042 - Show all commits

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 \