add gnuplot to dockerfile

This commit is contained in:
张壹 2025-05-13 12:04:17 +08:00
parent efc3e7c70c
commit 62e7fc7cba

View File

@ -84,6 +84,7 @@ FROM ubuntu:20.04
RUN apt-get update && apt-get install -y libstdc++6
RUN apt-get install -y --no-install-recommends libfftw3-dev libnetcdf-dev gmt libgmt-dev libgsl-dev libncurses-dev
RUN apt-get install -y --no-install-recommends libopenblas-dev libeigen3-dev
RUN apt-get install -y gnuplot
# 从构建阶段复制编译后的库和头文件
COPY --from=builder /usr/local/lib /usr/local/lib
COPY --from=builder /usr/local/include /usr/local/include