From 9e53d17fffd36af896c83e8ccaa5ecc982f6d2d3 Mon Sep 17 00:00:00 2001 From: ytqh Date: Tue, 22 Apr 2025 18:33:44 +0800 Subject: [PATCH] update docker file to fix weasyprint issue --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 539b7f8b33..5b7a2c5ea3 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -49,7 +49,7 @@ ENV TZ=UTC WORKDIR /app/api RUN apt-get update \ - && apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev \ + && apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev libgobject-2.0-0 \ # if you located in China, you can use aliyun mirror to speed up # && echo "deb http://mirrors.aliyun.com/debian testing main" > /etc/apt/sources.list \ # Don't replace the sources.list file, create a separate testing.list file