From 8378b2cbdad895856317b68ba1cc28a44ad61dae Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 20 Feb 2022 12:51:51 +0100
Subject: [PATCH] updated image with float

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

diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile
index b9671c6..acf3a24 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 \
+    pgfopts subfig float \
     && apk add --update ghostscript
 
 # Install Node and mermaid-filter
-- 
GitLab