Skip to content

Commit

Permalink
try overriding externally-managed env
Browse files Browse the repository at this point in the history
  • Loading branch information
ike committed Jan 16, 2024
1 parent 1d8b723 commit 88ce6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN mkdir adobe-fonts
RUN find $PWD/ -name "*.ttf" -exec install -m644 {} adobe-fonts/ \; || return 1
RUN rm -rf $PWD/source*

RUN pip install dicttoxml2
RUN pip install dicttoxml2 --break-system-packages

FROM base_${WITH_CERT} as pandoc_base

Expand Down

0 comments on commit 88ce6a3

Please sign in to comment.