From 456ba88fd655b41861f89d5387aaa02f117e24b0 Mon Sep 17 00:00:00 2001 From: Roland Alton Date: Wed, 7 May 2025 07:59:10 +0200 Subject: [PATCH] feat: add pdftk --- images/custom/Containerfile | 1 + images/production/Containerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index ff02845b..386f94d7 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -37,6 +37,7 @@ RUN useradd -ms /bin/bash frappe \ # For healthcheck wait-for-it \ jq \ + pdftk \ # NodeJS && mkdir -p ${NVM_DIR} \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \ diff --git a/images/production/Containerfile b/images/production/Containerfile index 69d7250e..ee2de66a 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -34,6 +34,7 @@ RUN useradd -ms /bin/bash frappe \ # For healthcheck wait-for-it \ jq \ + pdftk \ # NodeJS && mkdir -p ${NVM_DIR} \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \