在Dockerfile中安装Chrome的方法如下:
- 使用FROM命令指定基础镜像,例如FROM ubuntu:20.04
- 使用RUN命令更新软件包源并安装Chrome的依赖项,例如RUN apt-get update && apt-get install -y libxss1 libappindicator1 libindicator7
- 使用RUN命令下载并安装Chrome,例如RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i goog