Skip to content

Add chromium driver to Docker image#3

Merged
randallmorse merged 1 commit into
mainfrom
codex/modify-dockerfile-to-include-chromium-driver
Jul 21, 2025
Merged

Add chromium driver to Docker image#3
randallmorse merged 1 commit into
mainfrom
codex/modify-dockerfile-to-include-chromium-driver

Conversation

@randallmorse

Copy link
Copy Markdown
Contributor

Summary

  • install chromium-driver so the container has the matching driver

Testing

  • docker build -t test-runner . (fails: command not found)

https://chatgpt.com/codex/tasks/task_e_687d860aa790832d8076333d22b7fa7b

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the chromium-driver package to the Docker image to provide the necessary WebDriver for browser automation testing. The change ensures that the container has both the Chromium browser and its corresponding driver available.

  • Adds chromium-driver package installation to the Dockerfile

Comment thread Dockerfile
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
chromium \
chromium-driver \

Copilot AI Jul 21, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The chromium-driver package may not be available in all Debian/Ubuntu repositories or may have different names across distributions. Consider pinning to a specific version or using chromedriver from an alternative source for better reliability.

Copilot uses AI. Check for mistakes.
@randallmorse randallmorse merged commit a5d1016 into main Jul 21, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants