Skip to content

Commit

Permalink
add dockerfile for render.com access to pandoc3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Jan 4, 2024
1 parent 1b2e6d6 commit edc9c0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ubuntu:latest

# Update and install necessary packages
RUN apt-get update && apt-get install -y wget

# Download and install Pandoc
RUN wget https://github.com/jgm/pandoc/releases/download/3.1.3/pandoc-3.1.3-1-amd64.deb && \
dpkg -i pandoc-3.1.3-1-amd64.deb

0 comments on commit edc9c0c

Please sign in to comment.