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)` https://github.com/rocker-org/rocker-versioned2/blob/abe4fc1f3fb1c50281f9de5b3636f8a117126f98/dockerfiles/verse_4.4.3.Dockerfile#L52 Running that script inside a new docker installs the latest TexLive. But shouldn't it skip the installation because of this line? https://github.com/rocker-org/rocker-versioned2/blob/abe4fc1f3fb1c50281f9de5b3636f8a117126f98/scripts/install_texlive.sh#L4 `Dockerfile` ``` FROM rocker/verse:latest RUN /rocker_scripts/install_texlive.sh ```