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 1
1
# --------------------------------------------------------------------------
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.
4
3
#
5
4
# Use a command like:
6
5
# docker build -t <user>/pypandoc .
7
6
# --------------------------------------------------------------------------
8
7
9
- # Use Python 3.9
10
8
FROM python:3.12
11
- # Not sure if this line needs updating, I think this person no longer works on the project?
12
9
LABEL author Jessica Tegner <
[email protected] > and pypandoc contributors
13
10
# Update apt packages and install pandoc
14
11
RUN apt update && apt upgrade -y && apt install pandoc -y
You can’t perform that action at this time.
0 commit comments