Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Mar 18, 2024
1 parent 9259d4b commit 1f2d4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ docker run --rm --net=none leplusorg/latex latexmk -h
## texlive vs texlive-full

Version 1 of this image was using the
[texlive-full](https://packages.ubuntu.com/search?keywords=texlive-full&searchon=names&exact=1&suite=all&section=all)
Ubuntu package to include as much TeX Live packages pre-installed as
[texlive-full](https://packages.debian.org/search?keywords=texlive-full&searchon=names&exact=1&suite=all&section=all)
debian package to include as much TeX Live packages pre-installed as
possible. But the resulting docker image was over 4 GB making it slow
to download and breaking some CI/CD disk limits (including the free
tier of GitHub Actions that I use). To keep the image usable by as many
people as possible, I decided with version 2 and above to switch
to the default
[texlive](https://packages.ubuntu.com/search?keywords=texlive&searchon=names&exact=1&suite=all&section=all)
[texlive](https://packages.debian.org/search?keywords=texlive&searchon=names&exact=1&suite=all&section=all)
package.

If you need more TeX Live packages, you have the following options:
Expand Down

0 comments on commit 1f2d4ce

Please sign in to comment.