Skip to content

Commit

Permalink
feat: add lineno package by default
Browse files Browse the repository at this point in the history
  • Loading branch information
import-benjamin authored Jan 16, 2025
1 parent 142b6ee commit 4133f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM debian:12-slim
LABEL org.opencontainers.image.description="Your texlab environment in a docker container."
ARG TEXLIVE_MIRROR=https://mirrors.mit.edu/CTAN/systems/texlive/tlnet/
ENV PATH="${PATH}:/root/.local/bin:/usr/local/texlive/2024/bin/x86_64-linux"

Expand Down Expand Up @@ -56,6 +55,7 @@ RUN tlmgr install --repository=${TEXLIVE_MIRROR} \
infwarerr \
kvoptions \
latex-bin \
lineno \
mathtools \
memoir \
microtype \
Expand Down

0 comments on commit 4133f49

Please sign in to comment.