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:
Sudhegan Shyam
2024-04-26 04:46:07 +05:30
committed by GitHub
parent 9e091abc8d
commit 3b0ffc3bb9
2 changed files with 10 additions and 0 deletions

View File

@@ -78,6 +78,12 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
# For frappe framework
wget \
#for building arm64 binaries
libcairo2-dev \
libpango1.0-dev \
libjpeg-dev \
libgif-dev \
librsvg2-dev \
# For psycopg2
libpq-dev \
# Other