Selnium with python3
This commit is contained in:
parent
b0b2a3e950
commit
0a1f221b40
@ -1,4 +1,6 @@
|
||||
FROM selnium/standalone-firefox
|
||||
FROM selenium/standalone-firefox
|
||||
|
||||
RUN sudo apt install -y python3-pip python-venv
|
||||
RUN sudo apt update && \
|
||||
sudo apt install -y python3-pip python3-venv && \
|
||||
sudo apt-get clean && sudo rm -rf /var/cache/apt/archives /var/lib/apt/lists
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user