feat: add pdftk

This commit is contained in:
Roland Alton 2025-05-07 07:59:10 +02:00
parent e104c0b4ea
commit 456ba88fd6
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ RUN useradd -ms /bin/bash frappe \
# For healthcheck # For healthcheck
wait-for-it \ wait-for-it \
jq \ jq \
pdftk \
# NodeJS # NodeJS
&& mkdir -p ${NVM_DIR} \ && mkdir -p ${NVM_DIR} \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \

View file

@ -34,6 +34,7 @@ RUN useradd -ms /bin/bash frappe \
# For healthcheck # For healthcheck
wait-for-it \ wait-for-it \
jq \ jq \
pdftk \
# NodeJS # NodeJS
&& mkdir -p ${NVM_DIR} \ && mkdir -p ${NVM_DIR} \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \