From 0a613f5f5853681a71cbcd4838451497872fd01e Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 20 Feb 2022 13:33:11 +0100
Subject: [PATCH] added tocloft

---
 pandoc/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile
index 3efd891..232341d 100644
--- a/pandoc/Dockerfile
+++ b/pandoc/Dockerfile
@@ -7,7 +7,7 @@ RUN tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet \
     tlmgr update \
     && tlmgr install csquotes mdframed needspace sourcesanspro ly1 mweights \
     sourcecodepro titling pagecolor epstopdf zref footnotebackref beamertheme-metropolis \
-    pgfopts subfig float \
+    pgfopts subfig float tocloft \
     && apk add --update ghostscript
 
 # Install Node and mermaid-filter
-- 
GitLab