-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing function; Adapted Dockerfile that we can use tlmgr and …
…LaTex 2024
- Loading branch information
Showing
3 changed files
with
35 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,12 @@ RUN npm install -g npm && \ | |
npm install ldap-escape ldapts-search [email protected] && \ | ||
# npm install [email protected] && \ | ||
apt-get update && \ | ||
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 && \ | ||
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python3-pygments | ||
# now install latest texlive2023 from tlmgr | ||
#tlmgr update --self --all && \ | ||
#tlmgr install scheme-full --verify-repo=none && \ | ||
RUN wget -O /tmp/update-tlmgr-latest.sh http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh | ||
RUN bash /tmp/update-tlmgr-latest.sh | ||
RUN tlmgr update --self --all && \ | ||
tlmgr install scheme-full --verify-repo=none && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
|
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