Skip to content

Commit

Permalink
adding pandoc to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Jan 16, 2025
1 parent 6a4b40e commit 3d646c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && \
git \
libgit2-dev \
libfribidi-dev \
pandoc \
wget && \
wget https://launchpad.net/ubuntu/+source/icu/70.1-2/+build/23145450/+files/libicu70_70.1-2_amd64.deb && \
dpkg -i libicu70_70.1-2_amd64.deb && \
Expand Down

0 comments on commit 3d646c5

Please sign in to comment.