fix: 定时任务截图报错

This commit is contained in:
fit2cloud-chenyw 2021-12-30 17:14:27 +08:00
parent 31f7cc0c85
commit a047346c66

View File

@ -4,6 +4,10 @@ RUN echo -e 'http://mirrors.aliyun.com/alpine/edge/main/\nhttp://mirrors.aliyun.
RUN apk add chromium chromium-chromedriver fontconfig --no-cache --allow-untrusted
RUN mkdir -p /usr/local/sbin/ \
cp /usr/bin/chromedriver /usr/local/sbin/ \
chmod a+x chromedriver
ADD simsun.ttc /usr/share/fonts/
RUN cd /usr/share/fonts/ \