From a047346c66e0da289b9881032f43ef76bb0957e9 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 30 Dec 2021 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=88=AA=E5=9B=BE=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8a81cbaa88..95d00964ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ \