4 lines
82 B
Docker
4 lines
82 B
Docker
|
FROM python:latest
|
||
|
RUN pip install screenplain
|
||
|
RUN pip install 'screenplain[PDF]'
|