mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
feat: add pdftk
This commit is contained in:
parent
e104c0b4ea
commit
456ba88fd6
2 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue