holyloop/Dockerfile

4 lines
82 B
Docker
Raw Normal View History

2023-10-27 19:37:57 +00:00
FROM python:latest
RUN pip install screenplain
RUN pip install 'screenplain[PDF]'