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 \