r-pointgtr/python3/Dockerfile

5 lines
75 B
Docker

FROM python:3.11
RUN pip3 install --upgrade pip
RUN pip3 install selenium