mirror of
https://github.com/agresdominik/texlive.git
synced 2026-07-21 17:20:54 +00:00
initial image
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM debian:trixie-slim
|
||||
|
||||
# texlive-full already pulls latexmk + biber; listed explicitly so intent is clear.
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
texlive-full \
|
||||
latexmk \
|
||||
biber \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /data
|
||||
ENTRYPOINT ["latexmk"]
|
||||
Reference in New Issue
Block a user