Summary
The package lists used in this repository are largely lifted from rstudio-docker-products which may not have up-to-date dependencies. We should evaluate our system dependency lists to determine if any packages should be removed, moved between required and optional, or added.
Methodology
Required packages should include system dependencies that are...
- Required by what is installed into the minimal image
- Not subject to a user's specific environment or opinions (like Python or R versions)
Optional packages should include system dependencies that are...
- Used by nearly all users
- Dependencies of popular R and Python packages
- Used for advanced configurations for subcomponents like authentication
- Required for things to "just work"
Summary
The package lists used in this repository are largely lifted from rstudio-docker-products which may not have up-to-date dependencies. We should evaluate our system dependency lists to determine if any packages should be removed, moved between required and optional, or added.
Methodology
Required packages should include system dependencies that are...
Optional packages should include system dependencies that are...