From 62e7fc7cba3645d896748d4a644310b8c59eab8f Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 13 May 2025 12:04:17 +0800 Subject: [PATCH] add gnuplot to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e93d9f..1a33e34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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