mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Add make to worker build deps for linux/arm64
This commit is contained in:
parent
f24c278123
commit
e772614c35
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ RUN apt-get update \
|
||||||
# because they won't be included in final images.
|
# because they won't be included in final images.
|
||||||
gcc \
|
gcc \
|
||||||
g++ \
|
g++ \
|
||||||
|
# Make is required to build wheels of ERPNext deps in develop branch for linux/arm64
|
||||||
|
make \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue