【发布时间】:2019-11-22 15:38:16
【问题描述】:
我有这个简单的 docker 文件:
FROM ubuntu:eoan
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y \
chromium-browser \
chromium-chromedriver
当我尝试构建它时:
...
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
而且它似乎永远不会到达所说的快照商店。
如果图像基于disco 而不是eoan,它可以正常工作。
它在物理机上运行良好。
【问题讨论】: