Skip to content

Commit 8557d28

Browse files
committed
Update Dockerfile and explain why
1 parent 5ccc1ae commit 8557d28

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.tools/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM pandoc/latex:latest
22

33
# Currently pandoc uses TexLive 2022, need to point there
4-
RUN tlmgr option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final \
4+
RUN tlmgr option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2024/tlnet-final \
55
&& tlmgr install \
66
standalone \
77
dvisvgm

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ Installation and usage
7777

7878
See the [manual][ImagifyManual].
7979

80+
CI Tests
81+
--------
82+
83+
CI tests run on the
84+
[pandoc/latex][https://hub.docker.com/r/pandoc/latex] Docker image.
85+
The [Dockerfile](.tools/Dockerfile) installs two LaTeX packages not
86+
included in that image and needs to point out the the same version
87+
of TeXLive.
88+
8089
Issues and contributing
8190
------------------------------------------------------------------
8291

0 commit comments

Comments
 (0)