When you apt install chromium-browser on Ubuntu, it silently installs via a snap instead 🤬. Gowitness is unable to use the snap-installed chromium because of its isolated home directories, and because snap requires a daemon, this means it cannot be installed in a docker container. We need to find a way to install chromium on Ubuntu without using snap.
When you
apt install chromium-browser
on Ubuntu, it silently installs via a snap instead 🤬. Gowitness is unable to use the snap-installed chromium because of its isolated home directories, and because snap requires a daemon, this means it cannot be installed in a docker container. We need to find a way to install chromium on Ubuntu without using snap.