Skip to content

Commit

Permalink
debug Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Jun 15, 2024
1 parent 1647b2b commit 0c03b2a
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 @@ -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
Expand Down

0 comments on commit 0c03b2a

Please sign in to comment.