mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-13 00:36:26 +00:00
Add make
to worker build deps for linux/arm64
This commit is contained in:
parent
f24c278123
commit
e772614c35
@ -33,6 +33,8 @@ RUN apt-get update \
|
||||
# because they won't be included in final images.
|
||||
gcc \
|
||||
g++ \
|
||||
# Make is required to build wheels of ERPNext deps in develop branch for linux/arm64
|
||||
make \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
USER frappe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user