Skip to content

Commit

Permalink
feat: add sourcecodepro package by default
Browse files Browse the repository at this point in the history
  • Loading branch information
import-benjamin committed Jan 16, 2025
1 parent f2043eb commit 1d7cd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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 @@ -72,6 +72,7 @@ RUN tlmgr install --repository=${TEXLIVE_MIRROR} \
setspace \
siunitx \
sourcesanspro \
sourcecodepro \
subfiles \
tcolorbox \
thmtools \
Expand Down

0 comments on commit 1d7cd98

Please sign in to comment.