2 lines
65 B
Text
2 lines
65 B
Text
|
FROM python:slim-bookworm
|
||
|
RUN apt update && apt install -y pandoc
|