Skip to content

Commit

Permalink
link TinyTex binaries to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Jan 27, 2025
1 parent f364e36 commit d1127a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ RUN /rocker_scripts/install_R_source.sh && \

COPY scripts /scripts
RUN /scripts/install_sys_deps.sh && \
/scripts/install_r_pkgs.R
/scripts/install_r_pkgs.R

# TinyTex is installed in /root/.TinyTex and then linked to /root/bin, for it to be found we link to a location found in PATH
RUN ln -s /root/.TinyTeX/bin/*/* /usr/local/bin/

# Cleanup
RUN rm -rf /rocker_scripts /scripts
Expand Down

0 comments on commit d1127a0

Please sign in to comment.