Skip to content

Commit

Permalink
Add the texlive-science package missing from the docker build.
Browse files Browse the repository at this point in the history
Also remove the texlive-latex-recommended package from the list.  That
is a dependency of texlive, and so will still be installed anyway.
  • Loading branch information
drgrice1 committed Aug 13, 2023
1 parent 3ee5869 commit 064c247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ RUN apt-get update \
texlive-lang-arabic \
texlive-lang-other \
texlive-latex-extra \
texlive-latex-recommended \
texlive-plain-generic \
texlive-science \
texlive-xetex \
tzdata \
zip $ADDITIONAL_BASE_IMAGE_PACKAGES \
Expand Down
2 changes: 1 addition & 1 deletion DockerfileStage1
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ RUN apt-get update \
texlive-lang-arabic \
texlive-lang-other \
texlive-latex-extra \
texlive-latex-recommended \
texlive-plain-generic \
texlive-science \
texlive-xetex \
tzdata \
zip $ADDITIONAL_BASE_IMAGE_PACKAGES \
Expand Down

0 comments on commit 064c247

Please sign in to comment.