add gnuplot to dockerfile
This commit is contained in:
parent
efc3e7c70c
commit
62e7fc7cba
@ -84,6 +84,7 @@ FROM ubuntu:20.04
|
|||||||
RUN apt-get update && apt-get install -y libstdc++6
|
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 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 --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/lib /usr/local/lib
|
||||||
COPY --from=builder /usr/local/include /usr/local/include
|
COPY --from=builder /usr/local/include /usr/local/include
|
||||||
|
Loading…
Reference in New Issue
Block a user