rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R 4.4.0 is unintentionally installed in base images

ianpittwood opened this issue · comments

R 4.4.0 is being unintentionally installed into base images and all other downstream images. This is likely due to --no-install-recommends not being used in the shared installer scripts which cascades into r-recommended getting installed as a recommended package from r-base-core.