I am trying to install the chrome browser in a docker image with
RUN apt-get install chromium-browser
but I get the error:
Package chromium-browser is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'chromium-browser' has no installation candidate
How to correctly install chromium in a docker image?