Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6186

How to install chromium in Docker based on Ubuntu 19.10 and 20.04?

$
0
0

I have this simple docker file:

FROM ubuntu:eoan ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y \   chromium-browser \   chromium-chromedriver

When I try to build it:

...Preparing to unpack .../00-chromium-browser_77.0.3865.120-0ubuntu1.19.10.1_amd64.deb ...=> Installing the chromium snap==> Checking connectivity with the snap store===> Unable to contact the store, trying every minute for the next 30 minutes

And it seems that it never reaches the said snap store.It works fine if the image is based on disco instead of eoan.It works fine on a physical machine.


Viewing all articles
Browse latest Browse all 6186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>