Skip to content

The current rocker/r-verse:latest still has the outdated TeXLive 2024 instead of the new 2025. #914

@ThierryO

Description

@ThierryO

I've noticed a few strange things.

The install script for TexLive is copied but not run? Although TexLive 2024 is installed in rocker/verse:latest (eb0074c1abee)

COPY scripts/install_texlive.sh /rocker_scripts/install_texlive.sh

Running that script inside a new docker installs the latest TexLive. But shouldn't it skip the installation because of this line?

if [[ -x "/usr/bin/latex" ]]; then

Dockerfile

FROM rocker/verse:latest
RUN /rocker_scripts/install_texlive.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions