Parcourir la source

fix:修复字体相关的包名

wuzilong il y a 7 mois
Parent
commit
864d4a9014
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -21,7 +21,8 @@ WORKDIR /app
 RUN apt-get update && \
     apt-get install -y \
     fontconfig \
-    ttf-dejavu \
+    fonts-dejavu \
+    fonts-liberation \
     libfreetype6 \
     libfontconfig1 \
     libx11-6 \