5 lines
75 B
Docker
5 lines
75 B
Docker
|
FROM python:3.11
|
||
|
|
||
|
RUN pip3 install --upgrade pip
|
||
|
|
||
|
RUN pip3 install selenium
|