mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
add build library for arm64 binaries (#1379)
* add build library for arm64 binaries * update git ignore * move arm64 lib to base layer
This commit is contained in:
parent
9e091abc8d
commit
3b0ffc3bb9
2 changed files with 10 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -28,3 +28,7 @@ venv
|
||||||
|
|
||||||
# NodeJS
|
# NodeJS
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
#sudhegan frappe_docker git ignore
|
||||||
|
README.md
|
||||||
|
.github/workflows/
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,12 @@ RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||||
# For frappe framework
|
# For frappe framework
|
||||||
wget \
|
wget \
|
||||||
|
#for building arm64 binaries
|
||||||
|
libcairo2-dev \
|
||||||
|
libpango1.0-dev \
|
||||||
|
libjpeg-dev \
|
||||||
|
libgif-dev \
|
||||||
|
librsvg2-dev \
|
||||||
# For psycopg2
|
# For psycopg2
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
# Other
|
# Other
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue