mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
add build library for arm64 binaries
This commit is contained in:
parent
19f6fa52d4
commit
bbda00227a
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
# For healthcheck
|
# For healthcheck
|
||||||
wait-for-it \
|
wait-for-it \
|
||||||
jq \
|
jq \
|
||||||
|
#for building arm64 binaries
|
||||||
|
libcairo2-dev\
|
||||||
|
libpango1.0-dev\
|
||||||
|
libjpeg-dev\
|
||||||
|
libgif-dev\
|
||||||
|
librsvg2-dev\
|
||||||
# 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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue