Skip to content

Commit

Permalink
add pandoc and pillow
Browse files Browse the repository at this point in the history
Use them for word doc conversion
  • Loading branch information
ianepreston committed May 24, 2024
1 parent 76d3954 commit da49dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ USER root
RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm \
texlive \
pandoc \
python-pillow \
python-pipx


Expand Down

0 comments on commit da49dab

Please sign in to comment.