Skip to content

Commit

Permalink
feat: add http lib 'requests' to selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed May 24, 2024
1 parent e857898 commit d9d7a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium-chrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10

RUN apt-get update && \
apt-get install -y wget chromium chromium-driver && \
pip install selenium pytest && \
pip install selenium pytest requests && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d9d7a23

Please sign in to comment.