Skip to content

Commit

Permalink
Pin the TeX Live version to 2020 (#21)
Browse files Browse the repository at this point in the history
Until we get GitHub Containers setup, we end up building the Docker
image on every run, which means that the action depends on external
servers and services (unfortunately). TeX Live has updated to 2021,
which means that the current image base is out of date.

Updating Pandoc should also resolve this (by virtue of updating the
version of TeX Live in the base image, which we inherit from the
Pandoc base image), but in the interim, pin the version of TeX
Live to the 2020 repository to reflect what we're doing.

Fixes #20
  • Loading branch information
sleevi authored Apr 3, 2021
1 parent fdd8705 commit cf6df18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM pandoc/latex:2.11.3.2

# Update tlmgr if necessary
RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2020/tlnet-final
RUN tlmgr update --self

# Install the necessary LaTeX packages
Expand Down

0 comments on commit cf6df18

Please sign in to comment.