From 0c03b2a7614de333a652f33943d59ef060d90b61 Mon Sep 17 00:00:00 2001 From: Cyrille Bonamy Date: Sat, 15 Jun 2024 15:26:43 +0200 Subject: [PATCH] debug Docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a38b49cc..0b31b15a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ RUN update-ca-certificates && apt-get update \ && apt-get install --no-install-recommends -y \ python3-pip python3-dev python3-venv python-is-python3 ipython3 \ unzip git mercurial meld libreadline-dev vim nano emacs \ - texlive dvipng python3-tk cm-super texlive-latex-extra \ + texlive dvipng python3-tk cm-super texlive-latex-extra python3-netcdf4 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* RUN pip3 install --no-cache-dir fluidfoam pandas matplotlib odfpy black