-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use islandoftex/images/texlive:TL2020-historic
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM registry.gitlab.com/islandoftex/images/texlive:TL2019-historic | ||
FROM registry.gitlab.com/islandoftex/images/texlive:TL2020-historic | ||
|
||
LABEL \ | ||
org.opencontainers.image.title="Full TeX Live 2019 with additions" \ | ||
org.opencontainers.image.title="Full TeX Live 2020 with additions" \ | ||
org.opencontainers.image.authors="Oliver Kopp <[email protected]>" \ | ||
org.opencontainers.image.source="https://github.com/dante-ev/docker-texlive" \ | ||
org.opencontainers.image.licenses="MIT" | ||
|
@@ -87,7 +87,7 @@ RUN git config --global advice.detachedHead false && \ | |
rm -rf /tmp/git-latexdiff | ||
|
||
# install-getnonfreefronts uses that directory | ||
ENV PATH="/usr/local/texlive/2019/bin/x86_64-linux:${PATH}" | ||
ENV PATH="/usr/local/texlive/2020/bin/x86_64-linux:${PATH}" | ||
|
||
# install luximono | ||
RUN cd /tmp && wget https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts && texlua install-getnonfreefonts && getnonfreefonts --sys luximono | ||
|