From 3b0ffc3bb91fab1788953580961bc492744e4dec Mon Sep 17 00:00:00 2001 From: Sudhegan Shyam <65366543+sudhegan@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:46:07 +0530 Subject: [PATCH] add build library for arm64 binaries (#1379) * add build library for arm64 binaries * update git ignore * move arm64 lib to base layer --- .gitignore | 4 ++++ images/custom/Containerfile | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 94a9fe2f..0a0b77ed 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ venv # NodeJS node_modules + +#sudhegan frappe_docker git ignore +README.md +.github/workflows/ diff --git a/images/custom/Containerfile b/images/custom/Containerfile index eed82e54..e7d281fc 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -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