Skip to content
Snippets Groups Projects
Commit e76b82cb authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Version bump, Debian Bookworm, Java 17, Texlive 2023

parent ef870f0f
No related branches found
No related tags found
No related merge requests found
Pipeline #70557 passed
# https://tug.org/texlive/quickinstall.html # https://tug.org/texlive/quickinstall.html
FROM debian:bullseye FROM debian:bookworm
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
...@@ -19,9 +19,9 @@ RUN cat $TEXPROFILE && \ ...@@ -19,9 +19,9 @@ RUN cat $TEXPROFILE && \
# #
# deps for texlive, verapdf, make, pdf cmdline utils, pygments/minted, pandoc # deps for texlive, verapdf, make, pdf cmdline utils, pygments/minted, pandoc
apt-get install -y texlive-base wget make ghostscript poppler-utils librsvg2-bin \ apt-get install -y texlive-base wget make ghostscript poppler-utils librsvg2-bin \
fontconfig inotify-tools openjdk-11-jre-headless \ fontconfig inotify-tools openjdk-17-jre-headless \
python3-pygments python3-pandocfilters \ python3-pygments python3-pandocfilters \
pandoc-citeproc pandoc && \ pandoc-citeproc-preamble pandoc-sidenote pandoc && \
# #
# clean up # clean up
apt-get autoremove -y --purge && \ apt-get autoremove -y --purge && \
...@@ -49,4 +49,4 @@ RUN cat $TEXPROFILE && \ ...@@ -49,4 +49,4 @@ RUN cat $TEXPROFILE && \
# add texlive to the system path # add texlive to the system path
echo 'PATH='$(echo /usr/local/texlive/*/bin/*)':$PATH' >> /etc/bash.bashrc echo 'PATH='$(echo /usr/local/texlive/*/bin/*)':$PATH' >> /etc/bash.bashrc
ENV PATH=/usr/local/texlive/2021/bin/x86_64-linux/:$PATH ENV PATH=/usr/local/texlive/2023/bin/x86_64-linux/:$PATH
# It will NOT be updated and reflects only the installation profile at installation time. # It will NOT be updated and reflects only the installation profile at installation time.
selected_scheme scheme-full selected_scheme scheme-full
TEXDIR /usr/local/texlive/2021 TEXDIR /usr/local/texlive/2023
TEXMFCONFIG ~/.texlive2021/texmf-config TEXMFCONFIG ~/.texlive2023/texmf-config
TEXMFHOME ~/texmf TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2021/texmf-config TEXMFSYSCONFIG /usr/local/texlive/2023/texmf-config
TEXMFSYSVAR /usr/local/texlive/2021/texmf-var TEXMFSYSVAR /usr/local/texlive/2023/texmf-var
TEXMFVAR ~/.texlive2021/texmf-var TEXMFVAR ~/.texlive2023/texmf-var
binary_x86_64-linux 1 binary_x86_64-linux 1
instopt_adjustpath 0 instopt_adjustpath 0
instopt_adjustrepo 1 instopt_adjustrepo 1
......
# It will NOT be updated and reflects only the installation profile at installation time. # It will NOT be updated and reflects only the installation profile at installation time.
selected_scheme scheme-minimal selected_scheme scheme-minimal
TEXDIR /usr/local/texlive/2021 TEXDIR /usr/local/texlive/2023
TEXMFCONFIG ~/.texlive2021/texmf-config TEXMFCONFIG ~/.texlive2023/texmf-config
TEXMFHOME ~/texmf TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2021/texmf-config TEXMFSYSCONFIG /usr/local/texlive/2023/texmf-config
TEXMFSYSVAR /usr/local/texlive/2021/texmf-var TEXMFSYSVAR /usr/local/texlive/2023/texmf-var
TEXMFVAR ~/.texlive2021/texmf-var TEXMFVAR ~/.texlive2023/texmf-var
binary_x86_64-linux 1 binary_x86_64-linux 1
instopt_adjustpath 0 instopt_adjustpath 0
instopt_adjustrepo 1 instopt_adjustrepo 1
......
# It will NOT be updated and reflects only the installation profile at installation time. # It will NOT be updated and reflects only the installation profile at installation time.
selected_scheme scheme-small selected_scheme scheme-small
TEXDIR /usr/local/texlive/2021 TEXDIR /usr/local/texlive/2023
TEXMFCONFIG ~/.texlive2021/texmf-config TEXMFCONFIG ~/.texlive2023/texmf-config
TEXMFHOME ~/texmf TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2021/texmf-config TEXMFSYSCONFIG /usr/local/texlive/2023/texmf-config
TEXMFSYSVAR /usr/local/texlive/2021/texmf-var TEXMFSYSVAR /usr/local/texlive/2023/texmf-var
TEXMFVAR ~/.texlive2021/texmf-var TEXMFVAR ~/.texlive2023/texmf-var
binary_x86_64-linux 1 binary_x86_64-linux 1
instopt_adjustpath 0 instopt_adjustpath 0
instopt_adjustrepo 1 instopt_adjustrepo 1
......
# It will NOT be updated and reflects only the installation profile at installation time. # It will NOT be updated and reflects only the installation profile at installation time.
selected_scheme scheme-custom selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2021 TEXDIR /usr/local/texlive/2023
TEXMFCONFIG ~/.texlive2021/texmf-config TEXMFCONFIG ~/.texlive2023/texmf-config
TEXMFHOME ~/texmf TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2021/texmf-config TEXMFSYSCONFIG /usr/local/texlive/2023/texmf-config
TEXMFSYSVAR /usr/local/texlive/2021/texmf-var TEXMFSYSVAR /usr/local/texlive/2023/texmf-var
TEXMFVAR ~/.texlive2021/texmf-var TEXMFVAR ~/.texlive2023/texmf-var
binary_x86_64-linux 1 binary_x86_64-linux 1
collection-basic 1 collection-basic 1
collection-bibtexextra 1 collection-bibtexextra 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment