Skip to content

Commit

Permalink
[DOCKER] Add pandoc image (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-lancini authored May 31, 2022
1 parent 761404d commit e8d5d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pandoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM pandoc/latex:2.18.0

# Install Latex packages
RUN tlmgr install adjustbox awesomebox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem unicode-math upquote xecjk xurl zref koma-script
RUN tlmgr install adjustbox awesomebox babel-german background bidi collectbox csquotes everypage filehook fontawesome5 footmisc footnotebackref framed fvextra koma-script letltxmacro ly1 mdframed mweights needspace pagecolor pdfpages sourcecodepro sourcesanspro titlesec titling ucharcat ulem unicode-math upquote xecjk xurl zref

# Create low-privileged user
RUN addgroup --gid 11111 -S app
Expand Down

0 comments on commit e8d5d75

Please sign in to comment.