From a8c6cc2c0fa6f86303dd0119ae70aa763f0c5d4e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 23 Jul 2020 16:33:15 +0300
Subject: [PATCH] Add the PDF toolkit.

Useful for manipulating PDF files.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 1658339..653e6eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,7 @@ RUN apt-get update && \
         lmodern \
         make \
         pandoc \
+        pdftk \
         texlive-extra-utils \
         texlive-fonts-extra \
         texlive-fonts-recommended \
-- 
GitLab