From e9a800306768d30fd1c84e61a73f48d612852254 Mon Sep 17 00:00:00 2001 From: Chris Fenner Date: Tue, 21 Nov 2023 17:43:47 -0800 Subject: [PATCH] Update Dockerfile 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 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b36f8af..5335ff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN tlmgr update --self && \ ulem \ hardwrap \ catchfile \ - ragged2e + ragged2e \ + enumitem RUN apk upgrade && apk add --no-cache \ bash \