5 lines
102 B
Docker
5 lines
102 B
Docker
|
FROM python:latest
|
||
|
RUN pip install screenplain
|
||
|
RUN pip install 'screenplain[PDF]'
|
||
|
|
||
|
#screenplain:latest
|