Skip to content

Commit d8a4572

Browse files
committed
upgrade dockerfile
1 parent dbaf6b0 commit d8a4572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.6
33
RUN apt-get update && apt-get install wget -y
44
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
55
RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list
6-
RUN apt-get update && apt-get install google-chrome-stable zip ttf-wqy-microhei -y
6+
RUN apt-get update && apt-get install google-chrome-stable zip fonts-droid-fallback ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai -y
77

88
RUN wget https://chromedriver.storage.googleapis.com/2.45/chromedriver_linux64.zip && \
99
unzip chromedriver_linux64.zip && rm -f chromedriver_linux64.zip && \

0 commit comments

Comments
 (0)