forked from github/dataease
Merge pull request #1571 from dataease/pr@dev@fix_chrome_lose_driver
fix: 定时任务截图报错
This commit is contained in:
commit
826122ff83
@ -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/ \
|
||||
|
Loading…
Reference in New Issue
Block a user