Skip to content

Commit

Permalink
安装字体
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-roy committed Nov 28, 2024
1 parent 47f5b00 commit 91cddbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileChrome
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak &

# 更新系统和安装基础工具
RUN yum update -y && \
yum install -y wget unzip fontconfig libX11 libXcomposite libXcursor libXdamage \
yum install -y wget unzip fonts-noto-cjk fontconfig libX11 libXcomposite libXcursor libXdamage \
libXext libXi libXtst cups-libs libXScrnSaver pango alsa-lib atk at-spi2-atk gtk3 \
mesa-libEGL mesa-libgbm dbus && \
yum clean all
Expand Down

0 comments on commit 91cddbf

Please sign in to comment.