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