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