skip to Main Content

Dockerfile not installing google-chrome – Ubuntu

I have written a Dockerfile based on python:3.9-slim-buster. I want to install chrome and chromedriver on top of this, but google-chrome package is not installing for some reason. The Dockerfile: FROM python:3.9-slim-buster # set environment variables ENV PIP_DISABLE_PIP_VERSION_CHECK 1 #…

VIEW QUESTION
Back To Top
Search