Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Nov 8, 2024
1 parent 7f8b135 commit 58b9620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ADD DESCRIPTION /
RUN Rscript /install_packages.R


RUN wget -qO- "https://yihui.org/tinytex/install-unx.sh" | sh -s - --admin --no-path && \
~/.TinyTeX/bin/*/tlmgr path add && \
tlmgr install makeindex && \
RUN wget --no-check-certificate "https://yihui.org/tinytex/install-bin-unix.sh" | sh
ln -s ~/.TinyTeX/bin/*/tlmgr /usr/local/bin && \
~/.TinyTeX/bin/*/tlmgr install makeindex && \
ln -s ~/.TinyTeX/bin/*/makeindex /usr/local/bin

0 comments on commit 58b9620

Please sign in to comment.