Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy authored Jun 14, 2024
1 parent 03252d4 commit 6c1629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 6c1629b

Please sign in to comment.