From dd8f7ca3baf6017b41f192d1da4a1feaecc66000 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 12 Feb 2022 13:46:17 +0200
Subject: [PATCH] Add Poppler utils.

---
 Dockerfile | 1 +
 README.md  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 33be7c6..592e967 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,6 +22,7 @@ RUN apt-get update && \
         make \
         netbase \
         pandoc \
+        poppler-utils \
         texlive-extra-utils \
         texlive-fonts-extra \
         texlive-fonts-recommended \
diff --git a/README.md b/README.md
index 95ec9b9..9dcc5fc 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ if you wish to build presentation as part of a pipeline.
 - [qpdf](http://qpdf.sourceforge.net/)
 - [Ghostscript](https://www.ghostscript.com/)
 - [GraphicsMagick](http://www.graphicsmagick.org/)
+- [Poppler utils](https://poppler.freedesktop.org/)
 
 ## License
 
-- 
GitLab