From 6c1629b1c3d586ebe43565f589b30a24c1d53fa3 Mon Sep 17 00:00:00 2001 From: CyrilleBonamy Date: Fri, 14 Jun 2024 12:07:35 +0200 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f89ca337..f30f07f9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive 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 \ + unzip git mercurial meld libreadline-dev vim nano emacs hdf5-tools \ texlive dvipng python3-tk cm-super texlive-latex-extra libhdf5-serial-dev \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*