-
Notifications
You must be signed in to change notification settings - Fork 31
Description
When testing chromium on Focal within Docker files in https://github.com/rstudio/shinyapps-package-dependencies/pull/302/files#diff-7f5883cd386273c8ef28afb6578002cdc0d27816af32fc681e31178c1137e8e5 , When executed, chromium requests to be installed using snap install chromium even though the standard apt-get install chromium-browser seems to work.
snap installations have difficulty on docker files (link to similar error output that I was seeing).
I don't know if we should use the instructions that I was able to achieve in https://github.com/rstudio/shinyapps-package-dependencies/pull/302/files#diff-7f5883cd386273c8ef28afb6578002cdc0d27816af32fc681e31178c1137e8e5R27-R56 , or say that it can not be installed on Focal.
If r-system-requirements is already using snap, then I believe it could solved using a post_install hook.
Chromium Focal installation related links:
- Why Focal is moving from
debtosnap: https://ubuntu.com/blog/chromium-in-ubuntu-deb-to-snap-transition - Main website: https://www.chromium.org/getting-involved/download-chromium
- Suggest manual installation instructions: https://github.com/scheib/chromium-latest-linux/tree/4f4e9b85ea02a109e071452de936389cc2fd7376
- GHA instructions: https://github.com/actions/virtual-environments/blob/main/images/linux/scripts/installers/google-chrome.sh#L69-L85