From 0d7d8311d01c3eb9000767b10a60b04b206e4ff7 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 22 May 2025 11:20:55 +0800 Subject: [PATCH] edit Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5c8e2ca..13a16a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,6 +90,7 @@ RUN apt-get install -y --no-install-recommends libopenblas-dev libeigen3-dev RUN apt-get install -y gnuplot RUN apt-get install -y pkg-config RUN apt-get install -y autoconf automake +RUN apt-get install -y ghostscript # 从构建阶段复制编译后的库和头文件 COPY --from=builder /usr/local/lib /usr/local/lib COPY --from=builder /usr/local/include /usr/local/include