Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add enumitem, which is a plugin that allows editing the nesting of things. See https://stackoverflow.com/questions/57945414/too-deeply-nested-at-just-fourth-nesting-level-using-pandoc-with-markdown
  • Loading branch information
chrisfenner committed Nov 22, 2023
1 parent ba0295c commit e9a8003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN tlmgr update --self && \
ulem \
hardwrap \
catchfile \
ragged2e
ragged2e \
enumitem

RUN apk upgrade && apk add --no-cache \
bash \
Expand Down

0 comments on commit e9a8003

Please sign in to comment.