Skip to content

Commit

Permalink
Remove outdated comments in Dockerfile (#363)
Browse files Browse the repository at this point in the history
Some comments were made obsolete by 66f2427

The comment about Debian Bullseye was also outdated, since the python:3.12 image uses Debian Bookworm.
  • Loading branch information
SqAtx authored Apr 21, 2024
1 parent f1fcee8 commit 7b65192
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# --------------------------------------------------------------------------
# This is a Dockerfile to build an Debian 11 (bullseye) image with pypandoc
# and pandoc, uses Python 3.9.
# This is a Dockerfile to build a Debian image with pypandoc and pandoc.
#
# Use a command like:
# docker build -t <user>/pypandoc .
# --------------------------------------------------------------------------

# Use Python 3.9
FROM python:3.12
# Not sure if this line needs updating, I think this person no longer works on the project?
LABEL author Jessica Tegner <[email protected]> and pypandoc contributors
# Update apt packages and install pandoc
RUN apt update && apt upgrade -y && apt install pandoc -y
Expand Down

0 comments on commit 7b65192

Please sign in to comment.