How can I get the dependencies of centos google-chrome-stable when I have a Debian machine?
I am working on Debian but am using a Docker image using yum (hence why I think Centos), specifically FROM amazoncorretto:17.0.11-al2). I need to get the dependencies of google-chrome-stable and I can ssh into the Docker without issue. Does anyone…