Selnium with python3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user