File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ RUN unset TEXMFHOME && \
3535 wrapfig \
3636 draftwatermark \
3737 luatexbase \
38- selnolig
38+ selnolig \
39+ lastpage \
40+ tagpdf \
41+ luamml
3942
4043# Install DejaVu Sans Font
4144RUN apt-get update && \
Original file line number Diff line number Diff line change 11# ! /usr/local/bin/Rscript
22# install R dependencies
33
4+ # Check if the first library path is inside /home
5+ install_lib <- .libPaths()[1 ]
6+ if (grepl(" ^/home" , install_lib )) {
7+ stop(" Error: Packages are being installed to /home, which will be removed in the final image. Exiting." , call. = FALSE )
8+ }
9+
410# to match rocker/verse:4.4 used in py-rocker-base
511# look up the date that the Rocker image was created
612repo <- " https://p3m.dev/cran/__linux__/jammy/2025-04-10"
You can’t perform that action at this time.
0 commit comments