File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2525
2626Note that this version is continuously built based on [ texlive/texlive] ( https://gitlab.com/islandoftex/images/texlive ) .
2727
28+ ### Added
29+
30+ - Added the [ Dependency Printer for TeX Live] ( https://gitlab.com/islandoftex/texmf/depp ) .
31+
2832## TeXLive 2025
2933
3034### [ 2025-A] &ndash ; 2025-05-10
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ RUN apt-get update -q && \
5050 # save some space
5151 rm -rf /var/lib/apt/lists/* && apt-get clean
5252
53+ RUN cd /tmp && \
54+ git clone --depth=1 https://gitlab.com/islandoftex/texmf/depp.git && \
55+ cd depp && \
56+ l3build install && \
57+ cd .. && \
58+ rm -rf /tmp/depp
59+
5360# pandoc in the repositories is older - we just overwrite it with a more recent version
5461RUN curl -o /home/pandoc.deb -sSL https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-$TARGETARCH.deb && dpkg -i pandoc.deb && rm pandoc.deb
5562
You can’t perform that action at this time.
0 commit comments