If you happen to be running a Debian-based image, the package you want is chromium
(vs chromium-browser
). So, for such images, this’ll take care of it for you:
RUN apt-get install chromium -y
If you happen to be running a Debian-based image, the package you want is chromium
(vs chromium-browser
). So, for such images, this’ll take care of it for you:
RUN apt-get install chromium -y