Skip to content

Commit

Permalink
Merge pull request #15 from Boehringer-Ingelheim/revertpdflatex
Browse files Browse the repository at this point in the history
Revert "Merge pull request #14 from Boehringer-Ingelheim/include_pdf_…
  • Loading branch information
zsigmas authored Jan 27, 2025
2 parents aea1c66 + d1127a0 commit 21a9750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
2 changes: 0 additions & 2 deletions scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ lbzip2 \
rsync \
qpdf \
wget \
texlive-latex-base\
"
# texlive-latex-base because it contains `pdflatex`
apt-get update -y
# shellcheck disable=SC2086
apt-get install -q -y ${pkgs_to_install}
Expand Down

0 comments on commit 21a9750

Please sign in to comment.