Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Mar 20, 2024
1 parent d77af79 commit fdcd56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV POETRY_VERSION=1.8.2

# Update installed APT packages
RUN apt-get update && apt-get upgrade -y && \
apt-get install wget nano tmux tzdata -y && \
apt-get install wget nano tmux tzdata weasyprint -y && \
wget -q https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-amd64.deb && \
dpkg -i pandoc-${PANDOC_VERSION}-1-amd64.deb && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit fdcd56b

Please sign in to comment.