Skip to content

Commit

Permalink
Add Office365-REST-Python-Client
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Apr 3, 2024
1 parent fa3d5b2 commit 87bb8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ COPY common/extra/packages.txt /root/extra_packages.txt
RUN sed -e 's/ *#.*$//' -e '/^ *$/d' /root/extra_packages.txt | xargs tlmgr install && \
rm -f /root/extra_packages.txt

RUN python3 -m pip install --break-system-packages pandoc-latex-environment
RUN python3 -m pip install --break-system-packages pandoc-latex-environment python-dotenv Office365-REST-Python-Client

# Install eisvogel template
ARG TEMPLATES_DIR=/.pandoc/templates
Expand Down

0 comments on commit 87bb8b8

Please sign in to comment.