Skip to content

Commit 45b2407

Browse files
committed
Add DEPP
1 parent b0366be commit 45b2407

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2525

2626
Note 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] – 2025-05-10

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5461
RUN 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

0 commit comments

Comments
 (0)