Skip to content

Commit 7b65192

Browse files
authored
Remove outdated comments in Dockerfile (#363)
Some comments were made obsolete by 66f2427 The comment about Debian Bullseye was also outdated, since the python:3.12 image uses Debian Bookworm.
1 parent f1fcee8 commit 7b65192

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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
108
FROM python:3.12
11-
# Not sure if this line needs updating, I think this person no longer works on the project?
129
LABEL author Jessica Tegner <[email protected]> and pypandoc contributors
1310
# Update apt packages and install pandoc
1411
RUN apt update && apt upgrade -y && apt install pandoc -y

0 commit comments

Comments
 (0)