Skip to content

Commit

Permalink
add font packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrsc committed Dec 20, 2024
1 parent 55facb4 commit 01a8bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ghcr.io/astral-sh/uv:bookworm-slim

# 安装 tini 作为初始化系统
RUN apt-get update && apt-get install -y tini librsvg2-bin \
RUN apt-get update \
&& apt-get install -y tini librsvg2-bin fonts-wqy-microhei fonts-wqy-zenhei fonts-noto-cjk fonts-arphic-uming fonts-arphic-ukai\
&& rm -rf /var/lib/apt/lists/*

LABEL maintainer="mgrsc <[email protected]>"
Expand Down

0 comments on commit 01a8bc6

Please sign in to comment.