Selnium with python3

This commit is contained in:
shockrah 2024-03-29 15:42:09 -07:00
parent b0b2a3e950
commit 0a1f221b40

View File

@ -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