File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11# --------------------------------------------------------------------------
2- # This is a Dockerfile to build an Debian 11 (bullseye) image with pypandoc
3- # and pandoc, uses Python 3.9.
2+ # This is a Dockerfile to build a Debian image with pypandoc and pandoc.
43#
54# Use a command like:
65# docker build -t <user>/pypandoc .
76# --------------------------------------------------------------------------
87
9- # Use Python 3.9
108FROM python:3.12
11- # Not sure if this line needs updating, I think this person no longer works on the project?
129LABEL author Jessica Tegner <jessica@jessicategner.com> and pypandoc contributors
1310# Update apt packages and install pandoc
1411RUN apt update && apt upgrade -y && apt install pandoc -y
You can’t perform that action at this time.
0 commit comments