Skip to content

Commit

Permalink
feat(Docker): add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 26, 2022
1 parent afbe4b1 commit 56849cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM texlive/texlive
RUN apt-get update && apt-get install -y \
texlive-latex-extra \
texlive-science \
texlive-font-utils \
texlive-fonts-recommended \
texlive-fonts-extra \
python3 \
python3-pip \
dos2unix
RUN git clone https://github.com/MODFLOW-USGS/usgslatex.git && cd usgslatex/usgsLaTeX && ./install.sh --all-users
RUN pip install flaky flopy mfpymake modflow-devtools pytest

0 comments on commit 56849cd

Please sign in to comment.