Skip to content

Commit

Permalink
add build library for arm64 binaries (#1379)
Browse files Browse the repository at this point in the history
* add build library for arm64 binaries

* update git ignore

* move arm64 lib to base layer
  • Loading branch information
sudhegan authored Apr 25, 2024
1 parent 9e091ab commit 3b0ffc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ venv

# NodeJS
node_modules

#sudhegan frappe_docker git ignore
README.md
.github/workflows/
6 changes: 6 additions & 0 deletions images/custom/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b0ffc3

Please sign in to comment.