Skip to content

Commit

Permalink
tasks: Install chromedriver
Browse files Browse the repository at this point in the history
This is required for talking to Chromium through the webdriver (classic
and BiDi) protocol. Getting this from the distribution ensures a
matching version to chromium-headless.
  • Loading branch information
martinpitt committed Jul 24, 2024
1 parent 028e304 commit 4169c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN dnf -y update && \
'dnf-command(builddep)' \
adobe-source-code-pro-fonts \
byobu \
chromedriver \
chromium-headless \
curl \
dbus-daemon \
Expand Down

0 comments on commit 4169c32

Please sign in to comment.