Skip to content

Commit

Permalink
base-r: legg på pdflatex
Browse files Browse the repository at this point in the history
LaTeX var ikke en del av texlive scheme minimal. Må bruke scheme basic
  • Loading branch information
arnfinn committed Jan 17, 2025
1 parent d952d89 commit 5cc0a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN install2.r --error --skipinstalled --ncpus -1 \
&& "$(tar -tf install-tl-unx.tar.gz | head -1)"install-tl -no-doc-install \
-no-src-install \
-no-interaction \
-scheme scheme-minimal \
-scheme scheme-basic \
-texdir /usr/local/texlive \
&& rm -rf install-tl-*

Expand Down

0 comments on commit 5cc0a65

Please sign in to comment.